Who's Gonna Carry The Boats
This project uses the following environment variables:
Name | Description | Default Value |
---|---|---|
VITE_BASEURL | The base url to your REST API | http://localhost:8000/api/ |
- Install Node.js version 8.0.0
- Clone the repository
git clone https://github.com/PiusKariuki/workout-client.git
- Install dependencies
cd workout-client
npm install
- Start the server in watch mode
npm run dev
- Build and run the project
npm run build
npm start