react-material-boiler-app

0.1.1 • Public • Published

React Material Boiler App

A boilerplate responsive web app built with React, Redux and MaterialUI.

npm version MIT license npm downloads

Application Example

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

  1. Fork it (https://github.com/MrVann/React-Material-Boiler-App/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Package Sidebar

Install

npm i react-material-boiler-app

Weekly Downloads

3

Version

0.1.1

License

MIT

Unpacked Size

4.88 MB

Total Files

109

Last publish

Collaborators

  • mrvann