yarn install
: to install dependenciesyarn build
: to compile the client and server to javascriptyarn start
: to start the server
All of the run-scripts have a "watch mode" which reruns the command when files change.
yarn run build
: Compiles the frontend and backendyarn run build:watch
: in watch modeyarn run start
: Starts the serveryarn run start:watch
: in watch modeyarn run test
: Runs the jest test suiteyarn run test:watch
: in watch mode
PORT
: The port on which the project is served. Default is 8081
The repo can be deployed immediately to a dokku container however extra steps must be taken to implement continuous integration.