Project is setup using Vite (React / TypeScript), SCSS, Jest, React Testing Library.
You can install all the required dependencies by running the npm i
command in the root directory. If everything is alright, dependencies for the app will be installed.
To run the applications in development mode, run these commands in terminal:
npm run dev
- to run the development server, launches on localhost
on port 5173
.
The following npm
commands that are available from the projects root:
npm run test
- run all tests.\
npm run build
- build the application.\