A Next.js (React.js SSR) based project kit.
git clone https://github.com/oppytut/next-kit.git && cd next-kit
npm install
For development mode:
npm run dev
For production mode:
npm run start
For build only:
npm run build
Access http://localhost:3000 through the browser
The configuration files are in the configs directory.
JWT secret code can be configured.
const jwtConfig = {
secret: 'g0r3ng4nH4ng4t',
};
A demo can be accessed on https://nex.mazovi.com/
.
- Configure Git, NPM, and Eslint (airbnb and react)
- Configure Webpack and loader on Next.js
- Add Ant Design
- Add Redux.js
- Add Syted Components
- Add Redux-Saga.js
- Add Immutable.js
- Add Normalizr
- Add GraphQL Apollo Client
- Add TypeScript
- Testing
- Publish helpers to NPM