I want to ilustrate how to work with universal-routing and react-toolbox components to easily create a started site, with a login page and a dashboard view.
For the navbar I'm using AppBar, for the input fields Input, in the dashboard routing section I'm passing a context in which I store the login information Context.
To get started, first install all the necessary dependencies.
> npm install
Start the development server (changes will now update live in browser)
> npm run start
To view your project, go to: http://localhost:3000/