Sandbox app to practice creating some commonly used UI components.
Live deployment here: https://al-components.herokuapp.com/
To see all available scripts:
$ npm run
$ npm run dev
This runs a development mode server with live reload etc.
Open http://localhost:8080
in your browser.
$ npm install
$ npm start
or
$ npm run build
$ npm start
This runs a production-ready express server that serves up a bundled and minified version of the client.
Note: AoT is enabled by default. To disable AoT, use npm run build:jit
.
Open http://localhost:8080
in your browser.
$ npm test
# or
$ npm t
$ npm run test:watch
$ npm run cover