Slim webpack/react boilerplate template without unnecessary fluff and stuff.
- Webpack
- React
- Babel (preset: es2015, react)
- ESLint (AirBnB with some modifications)
- Karma (With jasmine)
- Setup tests
The applications source code is located in the /src folder. The project contains a minimal amount of example source code. Nobody likes spending time cleaning up a boilerplate template!
To get started clone the repository and run the command npm install to install dependencies (you'll need NodeJs installed).
- Clone repository
- Run command npm install to install dependencies
Build and run the example application
- Run command npm run build. Project is built to the /build folder
- Run command npm run development to start the dev-server
- Browse to localhost:8080 and admire the yet not so awesome application.