Getting Started

Stupid useless web app made in DDD (frontend) and a very simple backend for mocking api.

Environment

At least Node v10 is required.

Install and run

Front-end

npm i && npm start

Back-end

cd server && npm i && npm start

Run Tests

# Run tests once
$ npm run test:once

# Watch tests
$npm run test:watch

# Run tests once with coverage
$npm run test:once:coverage

Production build

$ npm run build:prod

Stage build

$ npm run build:stage