The code that powers this very awesome contact app! This is for an job interview exam. Please proceed with caution.
- Clone the repository
git clone [email protected]:devforey/very-awesome-contact-app.git
cd
into directorycd very-awesome-contact-app
- Install dependencies
npm install
- Start the client
ng serve
- Open the site
- Open the site
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.