This boilerplate is built using create-react-app so you will want to read the User Guide for more goodies.
git clone https://github.com/tomcolaa/3r-material.git
cd create-react-app-redux
yarnIf you get the following error
Error: Invariant failed: You should not use <Route> outside a <Router>You probably used npm to install the packages or to start the server. Try to remove all node_modules and install them again using yarn. You can do so with the following commands.
rm -rf node_modules/
yarnyarn start