A minimalistic boilerplate set up for React, Redux, Webpack, Webpack dev server, Babel, React-Hot-Loader, and css/sass/file/url loaders.
This project is set up with only the bare minimum necessary to get started. The one and only component included in the project is App.jsx. For those of you just starting with React or any of the other tools/technologies listed, the landing page contains links to the respective documentation. If you are a pro, feel free to delete the amazingly styled content and enjoy.
- Clone the repo
- Open a terminal from the repo's root folder
- Run
`npm install`(this installs the dependencies) - Run
`npm start`(your browser will open and load the boilerplate) - Build something awesome!
MIT
