This is a simple boilerplate for getting started with react, using webpack. The project doesn't use Create React App and is good for prototyping a new application or getting started in frontend with no sandboxed environment.
$ git clone https://github.com/evenstensberg/webpack-react-boilerplate.git
$ cd webpack-react-boilerplate
$ npm install && npm run start
Feel free to submit a Pull Request to improve this project, contributions are much welcome! This project is intended to be a nice starting point for demo applications or quickstarting with your frontend project.
- SASS
- CSS
- Modern JS (ES6++)
- Development/Production Builds
- Lazy Loading with React
Submit an issue or contact me if you need help!