The Frontend repository for Scoot hosted on Netlify. Built with Ionic, React, Redux, TypeScript, Tailwind CSS
Prerequisites NodeJS LTS v16.15.0
- Install nvm on your machine
- run
nvm install v16.15.0 - run
npm install -g npm@8.5.5 - run
nvm use - Run
npm install --legacy-peer-depsin the working directory to install required packages - Reference
.env.exampleand create your own.envfile - Run
npm startto start the server on localhost

