Read more in Emmett getting started guide.
You need to install packages with
npm install
Sample require PostgreSQL, you can start it by running
docker-compose up
Then just run
npm run start
To build application:
docker-compose --profile app build
To run application:
docker-compose --profile app up
You can either run tests with
npm run test
Or manually with prepared .http file