Step 1
Download, fork or clone the repo (opens in a new tab) and install dependencies.
git clone https://github.com/The-SaaS-Factory/frontend-saas-boilerplate-react-apollo-graphql-TS.git
cd frontend-saas-boilerplate-react-apollo-graphql-TS
npm install
Step 2
Copy the .env.example
file to .env
and update the environment variables accordingly.
Step 3
Run the app in the development mode.
npm run dev
ℹ️
PD: Don't need --turbo, VITE is already fast enough 🚀 :)