julianomacielferreira / mdc-web

Material Design Components Web Tutorial - NOT RESPONSIVE YET :(

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Design Components Web Tutorial

This is an implementation of the Material Design and Material Components for the Web Tutorial.

Install Dependencies

1. Check if you have a recent version of Node.js (which comes bundled with npm, a JavaScript package manager):

$ node -v
$ npm -v

2. In the project root directory install all the dependencies and libs:

$ npm install

Start webpack-dev-server

1. Run the following command:

$ npm run start

Or to generate all the bundle:

$ npm run build

The files will be created in the folder /dist.

2. And then access http://localhost:8080/ on your browser (it's setup to open automatically).

  • Type any valid credentials on the login form and click Next button.

Screenshots

References

License

Please see the license agreement.

About

Material Design Components Web Tutorial - NOT RESPONSIVE YET :(

License:MIT License


Languages

Language:HTML 69.2%Language:SCSS 16.6%Language:JavaScript 14.1%