EESTI INTERNETI SA - Registrant center
Kasutatud 📦
Tests and linting
- Syntax checking (aka linting) with eslint
- Unit testing with jest
- End to end/integration testing with cypress
Setup
- Create .env file from .env.example
npm i
npm run deploy
Scripts
Start development environment
npm start
Start production environment
npm run serve
Run tests
npm run test
npm run test:e2e
- edit cypress.json baseUrl before use