The following commands are available:
| Command | Description | CI |
|---|---|---|
npm start |
Creates a development build, running in watch mode | |
npm run build |
Creates a production build | ✔️ |
npm run start:build |
Runs a production build |
The
buildcommand will output the result into thebuildfolder, the application itself is theindex.jsfile.