Like the shake of a Magic 8 Ball, gives a response to your ever pressing question
To build and run the ui for the first time, execute the following scripts. On subsequent runs, only running npm start
in the ui
folder is required
cd ui
npm install
npm start
To build and deploy your application for the first time, run the following in your shell:
sam build
sam deploy --guided
The SAM CLI can also emulate your application's API. Use the sam local start-api
to run the API locally on port 3000.
sam-app$ sam local start-api
sam-app$ curl http://localhost:3000/