Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 715 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 715 Bytes

Getting Started

Available Scripts

In the project directory, you can run:

npm install

Installs the project's dependencies.

npm run dev

Runs the app in development mode using development variables.
Open http://localhost:8080 to access endpoints.

The server will restart if you make edits.

npm run dev:production

Runs the app in development mode using production variables.
Open http://localhost:8080 to access endpoints.

The server will restart if you make edits.

npm test

Launches the test runner.

npm run deploy

Builds the app for production and deploys it to AWS.

npm run remove

Removes the app from AWS.