Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 901 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 901 Bytes

react-boilerplate

A minimalistic boilerplate set up for React, Redux, Webpack, Webpack dev server, Babel, React-Hot-Loader, and css/sass/file/url loaders.

Notes

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.

Installation

  • 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!

License

MIT