Bare Bones React provides a modern UI using SASS, Babel, Webpack and more.
To get started simply download or clone the repository into a folder and open that folder in your terminal.
npm install
Run the dev server
npm run dev
Build production files
npm run prod