Install Node.js
Run npm install
Replace AWS credential placeholders in environment.ts with valid AWS access credentials
Run npm start
or ng serve --open
for a dev server.
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files
Replace AWS credential placeholders in environment.ts with valid AWS access credentials
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Replace AWS credential placeholders in environment.prod.ts with valid AWS access credentials
Run ng build --prod
to do a production build of the project. The build artifacts will be stored in the dist/
directory.