Use react-starter for simple non-server-side-rendering projects
An opinionated simple react boilerplate
Clone the boilerplate
git clone https://github.com/rkkautsar/react-starter
Install dependencies
npm install
npm run dev # run in watch mode
npm run build:prod # build for prod
npm start # run normally
- React
- Babel (stage-0, async-await)
- ESLint + Prettier
- Webpack
- Redux
- Ava
- React Router
- Styled Components
- Superagent