0.1.1 • Published 6 years ago
react-material-boiler-app v0.1.1
React Material Boiler App
A boilerplate responsive web app built with React, Redux and MaterialUI.
Development setup
Clone
git clone https://github.com/MrVann/React-Material-Boiler-App
Install
npm install --dev
Develop
npm start
Mock a login
To mock login interactions, add the following to the browser console.
var mockError = true;
: Mocks a login error.
var mock = true;
: Mocks a successful login.
Usage example
React Material Boiler App is a boilerplate responsive web app built in React, Redux and MaterialUI. It can be used as a boiler plate for applications that require a log in screen, application menu, and other standard but more time consuming features.
Release History
- 0.1.1
- Dockerfile added.
- 0.1.0
- The first proper release. Includes all core functionality for a web app.
Meta
MrVann - https://github.com/MrVann
Distributed under the MIT license. See LICENSE
for more information.
Contributing
- Fork it (https://github.com/MrVann/React-Material-Boiler-App/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request