Angular based frontend for https://aaronheath.com
.
Install dependencies by running yarn install
.
Ensure that API backend is up and running.
Startup the dev server yarn run start
.
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run yarn build
to build the project. The build artifacts will be stored in the dist/
directory.
TBC
TBC