Dummy streaming platform.
The project is developed with:
- typescript
- scss
- react
- vite
git clone https://github.com/jorrete/moviekool.git
cd moviekool
npm install
npm run dev
Run tests on time.
npm run test:run
Run tests in watch mode.
npm run test:watch
Run tests in watch mode with a browser UI.
npm run test:UI
Build a check the result. It will check:
- stylelint
- eslint
- typescript
npm run preview