ebi-ait / sars-cov2-data-upload

Apache License 2.0
0 stars 0 forks source link

SARS CoV2 File Upload App

Install Node.js

Install dependencies

Run npm install

Development server

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

Build

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.

Production Build

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.