I designed this project to teach during an Angular bootcamp at ValleyWorx (Summer 2019).
I have also used it in a tutorial for hosting a frontend website on AWS. Hosting a SPA (Angular/React/Vue) or static website with Amazon Web Services
It is now being hosted on AWS S3 with CloudFront and Route 53 at https://form-lesson.darindev1000.com
- Clone this repo to your local machine
- In the project directory, run
npm i
- After that is finished, run
npm run start
- Open your web browser to http://localhost:4200/
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
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.