- Install dependencies.
npm install
- Create the
.env
file based onenv.example
Start development mode.
npm run dev
- Build assets.
npm run build
- Start production mode.
npm start
Run unit and integration tests with jest.
npm test
npm run test:watch
Run end to end tests with cypress.
npm run cy:open