Lavocat Setup Install dependencies $ yarn Development mode Run server $ yarn serve Production mode Compiles and minifies for production Run server $ yarn build $ yarn run start Unit tests Run once $ yarn jest Watch mode $ yarn jest --watch E2E tests (The project must be running) With browser $ cypress open Run once (headless) $ cypress run