YOUR_PROJECTS_TITLE

This project is built using AofL JS. For documentation visit the AofL JS documentation website.

Getting Started

$ npm ci
$ npm run start:dev

Useful commands

$ npm run # list available commands
$ npm run dev # development build
$ npm run prod # production build
$ npm run start:dev # start local server and serve development build
$ npm start # start local server and serve production build
$ npm test # run unit tests