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 [email protected]
- run
nvm use
- Run
npm install --legacy-peer-deps
in the working directory to install required packages - Reference
.env.example
and create your own.env
file - Run
npm start
to start the server on localhost