- We use React;
- Know how to run tsc with babel: https://babeljs.io/blog/2018/08/27/7.0.0
- Lets agree on JS Guideline
docker-compose -f "docker-compose.yml" up -d --build
Typescript to compile project. Babel does the transpiling from target to es5 browser compatible code, tsc does the type-checking. See this for more info on how to run babel projects using tsc.
In general follow this Javascript Styleguide
Automated 911 for Patients
For Watching build run compiler: ./node_modules/.bin/tsc -p tsconfig.json --watch
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.
Check package.json for scripts on how to build and run.