Skip to content

bonniezhou/material-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Starter Kit

A file template to help you get started with Material Components for the Web

This file template sets up the webpack configuration and installs the npm packages required to get Material Components for the Web up and running. It simply displays a Material button that says "Hello World"!

Build this project

Run locally for development

  1. From the root directory, run:
npm install
npm start

Note: This will use webpack-dev-server to run the project locally.

  1. Point your browser to http://localhost:8080/

Build for production

  1. From the root directory, run:
npm install
npm run-script build

Note: This will update bundle.js and bundle.css in the dist/ folder.

  1. Open index.html in your browser

Interested in learning more?

Check out the Material Components for the Web documentation to add more components and styling.

Read the full Getting Started guide

Material Theming

Built with Material Starter Kit a file template to get you up and running with Material Components for the Web. Remix it and start theming.

About

A file template to help you get started with Material Components for the Web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published