The Frontend repository for Dulwich Bookings hosted on Netlify. Built with React, Redux, TypeScript, Material UI, 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-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