- Webpack
- Eslint airbnb config
- Code splitting, gzipping
- Dot env
- React, React-router
- Markdown parser
- Clone this repo into a local folder.
- Run
npm run install
For development
- Run
npm run dev
ornpm run watch
for Live Reloading. - Run
npm run start
for development and hot reloading with the webpack dev server.
For production
- Run
npm run prod