The following document aims to list projet available commands required to have the best development experience possible.
All commands are either backend
commands or client
commands. Please make sure you navigate to the corresponding directory of your local project before running them.
Install project dependancies. Only required to be run once at the begining of the project.
Add a new project dependancy.
Deploy backend stack to AWS. Finally outputs backend URLs associated with the stack. Each of those URLs are resources that you client app can call. You can alternatively use Postman to test each of those URLs.
Invoke function locally, very useful to test
Recover latest execution logs from cloudwatch
This project was bootstrapped with Create React App.
In the client
project directory, you can run:
Install project dependancies. Only required to be run once at the begining of the project.
Add a new project dependancy.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Runs the storybook in the development mode.
Open http://localhost:9009 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Adds a dependency to the project. You can then use it in any file by adding import { what-i-need } from some-dependency
.
You can learn more in the Create React App documentation. To learn React, check out the React documentation. To learn CSS