Original template from Fabien MARIE-LOUISE
-
Install dependencies.
yarn install
-
Start dev server with hot reload at http://localhost:3000.
yarn dev
npm run lintnpm run buildRun the app in production mode at http://localhost:3000.
npm run serve- Run unit tests and watch
npm run test:unit
- Run unit tests with coverage
npm run test:unit:coverage
- Run e2e tests
npm run test:e2e
This project is licensed under the MIT License.