Skip to content

tomcolaa/3r-material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Router Boilerplate with Material UI

This boilerplate is built using create-react-app so you will want to read the User Guide for more goodies.

Installation

git clone https://github.com/tomcolaa/3r-material.git
cd create-react-app-redux
yarn

If 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/
yarn

Get started

yarn start

About

React Redux Router Boilerplate with Material UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published