Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 346 Bytes

next-js-boilerplate

This boilerplate composes of the following packages:

  1. Next js (React Server Side Rendering)
  2. Ant Design
  3. Styled Components
  4. Next I18n
  5. Redux

How to start

  1. Clone this repo
  2. In cmd, type npm i to install required packages
  3. Then type npm run dev to start development server on localhost:3000

Enjoy!