Front-end react project to get used to Taqtile's practices and workflow.
Node version: 16.11.33 React version: 18.0.8
To run the application first you need to install all dependencies
To install dependencies and setup:
npm install
Then run:
npm run build
To run the server:
npm start