pmuir / mas-quickstarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAS Quickstarts

Contributing

If you are contributing please check out the Contributing Guidelines.

Quick-start

git clone https://github.com/bf2fc6cc711aee1a0c2a/mas-quickstarts.git
cd mas-quickstarts
npm install && npm run start:dev

Development Scripts

# Install development/build dependencies
npm install

# Start the development server
npm run start:dev

# Run a production build (outputs to "dist" dir)
npm run build

# Run the test suite
npm run test

# Run the linter
npm run lint

# Run the code formatter
npm run format

# Launch a tool to inspect the bundle size
npm run bundle-profile:analyze

# Start the express server (run a production build first)
npm run start

About

License:MIT License


Languages

Language:TypeScript 90.0%Language:JavaScript 7.6%Language:SCSS 2.1%Language:HTML 0.2%Language:CSS 0.1%