/next-kit

A Next.js (React.js SSR) Based Project Kit

Primary LanguageJavaScriptMIT LicenseMIT

next-kit

A Next.js (React.js SSR) based project kit.

Installation

Clone project
git clone https://github.com/oppytut/next-kit.git && cd next-kit
Install packages
npm install
Run

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

Configuration

The configuration files are in the configs directory.

JWT (JSON Web Token)

JWT secret code can be configured.

const jwtConfig = {
  secret: 'g0r3ng4nH4ng4t',
};

Demo

A demo can be accessed on https://nex.mazovi.com/.

Todo

  • 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