Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.47 KB

readme.md

File metadata and controls

37 lines (27 loc) · 1.47 KB

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.