This repository is a bespoke full stack TypeScript web application designed to help the day to day running of The Nutritionist Manchester. It is at current in pre-alpha stage
Deployment is triggered automatically by Github Actions.
- Merging to
master
triggers a pipeline which runs linting and unit tests, deploys to test, runs end to end tests against test, then deploys to production so long as everything passes. develop
also triggers a unit test and lint run and then deployment to the dev environment only
Environment | Status | Unit test coverage |
---|---|---|
Prod | ||
Dev |
The application is a static react application hosted on S3 + Cloudfront with an backend comprising of AppSync, Cognito and DynamoDb
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
Lints all files in the project
Builds the app for production to the build
folder.