nextjs redux starter
1.0.0
ANDEATED NEXT.JS Starter Kit مع مجموعة أدوات REDUX و REDUX والمؤسسات المصممة ومكتبة الاختبار.
Next.js هو إطار رائع وأبسط لجعل تطبيق React Universal حديث. ومع ذلك ، هناك أوقات نحتاج فيها إلى المزيد من الميزات لبناء منتجع صحي معقد. لهذا السبب ولد هذا المشروع.
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 . json config.
├── 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