aaronheath / ahdc-webapp

Angular frontend for aaronheath.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Angular frontend for aaronheath.com


Languages

Language:TypeScript 74.5%Language:HTML 17.6%Language:CSS 4.4%Language:JavaScript 3.5%