This is a react boilerplate project for quick scaffolding.
It includes the following packages:
- react - Main rendering engine
- react-redux - Redux implementation for React
- nextjs - Server Side Rendering engine for React
Quick Start:
- Install Node version 8+. If you have other projects that use different versions of node, NVM is a great node environment management tool.
- Install yarn. Learn more at: Yarn
- Open the terminal and browse to the root folder of the repo
- Run
yarn install
to install all packages. - Run
yarn dev
to start the server. - Browse to http://localhost:8001/demo to check the demo page.