Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 533 Bytes

Aaron Heath Dot Com Frontend

Angular based frontend for https://aaronheath.com.

Setup for Development

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.

Building for Production

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory.

Unit Tests

TBC

End-to-end Tests

TBC