Link Search Menu Expand Document

Scripts

start

Start the project in development mode with the .env file that is in the root

yarn start

test

Run the unit tests hosted on tests

yarn test

build

Compile the project with the .env file that is in the root, its output is in dist/app.js

yarn build