Build Tools

Learn how to use Material’s included npm scripts to start a local server, compile source code, run tests, and more.


#NameUsageDescriptionRead More
1installyarn install or npm installThis command installs a package, and any other packages that it depends on.Read more
2serveyarn serve or npm run serveThis will determinate the start of your development server.Read more
3buildyarn build or npm run buildThis will create a build directory with a production build of your app.Read more
Contents