Litteraturbanken / littb-frontend

1 stars 0 forks source link

Litteraturbanken-frontend-v4

Build Status

Compile and install

  1. Clone project
  2. Install yarn: npm install -g yarn
  3. Cd into project folder. Run yarn to install dependencies.
  4. Start dev server with yarn dev.
  5. Compile with yarn build. You find the compiled project in the dist directory ready to deploy.
  6. Run tests with yarn test. This requires Docker to be installed.