This project was generated using Nx.
- Clone the repo
$ git clone https://github.com/pauloedurezende/playground-helix-serverless.git
- Install dependencies
$ yarn install
Action | Usage (yarn) |
---|---|
Start development mode | yarn nx serve <application> |
Build project | yarn nx build <application> --prod |
Running unit tests | yarn nx test <application> |
Running unit tests on applications affected by a change | yarn nx affected:test <application> |
Running end-to-end tests | yarn nx e2e <application> |
Running end-to-end tests on applications affected by a change | yarn nx affected:e2e <application> |
Dependencies graph | yarn nx dep-graph |
Visit the Nx Documentation to learn more.
-
Select a server and deploy
$ cd apps/<application>
$ serverless deploy