https://classic.yarnpkg.com/en/
yarn add global @aws-amplify/cli
yarn add global aws-cdk
From the project root, run: yarn run bootstrap
From the project root, run: yarn run graphql-codegen
From the project root, run: yarn run deploy
- An AWS profile have to exist for this command to work. To specify a profile this, go to cdk/package.json and change
--profile dev
to your profile - This command will also compile & package the lambdas in the backend folder
From the project root, run: yarn run serve
The app should be available @ http://localhost:8080