Skip to content

pauloedurezende/playground-helix-serverless

Repository files navigation

Playground Helix Serverless

This project was generated using Nx.

Development

  • Clone the repo
$ git clone https://github.com/pauloedurezende/playground-helix-serverless.git
  • Install dependencies
$ yarn install

Scripts

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.

Deploy

$ cd apps/<application>
$ serverless deploy