nextjs redux starter
1.0.0
ชุดเริ่มต้นที่มีความคิดเห็น next.js พร้อม Express, Redux Toolkit, Components สไตล์และการทดสอบแบบทดสอบ
Next.js เป็นกรอบการทำงานที่ยอดเยี่ยมและเรียบง่ายในการสร้างแอพ React Universal React ที่ทันสมัย อย่างไรก็ตามมีบางครั้งที่เราต้องการคุณสมบัติเพิ่มเติมเล็กน้อยในการสร้างสปาที่ซับซ้อน นั่นเป็นเหตุผลที่โครงการนี้เกิด
git clone https://github.com/CodementorIO/nextjs-redux-starter my-project
cd my-project
yarn install
yarn start
จากนั้นเปิด http://localhost:3100/ เพื่อดูแอปของคุณ
หลัง npm run build เสร็จแล้วให้วิ่ง
yarn serve
หากคุณต้องการใช้ now เพียงแค่แก้ไข now.json กำหนดค่า
├── README.md
├── next.config.js
├── now.json
├── package.json
├── pages
│ ├── _app.js
│ ├── _document.js
│ ├── about.js
│ └── index.js
├── public
│ └── static
├── server
│ └── index.js
├── src
│ ├── components
│ ├── config.js
│ ├── features
│ ├── libs
│ ├── store.js
│ ├── tests
│ │ ├── components
│ │ └── test-utils.js
│ └── theme.js
└── yarn.lock