Here's a quick overview of the boilerplate. Follow along to get your app up and running.
Once you're done, start with this tutorial to launch your project in 5 minutes. Let's build that startup, FAST ⚡️
This boilerplate uses app router and Nextjs 14.
Start a local server
1. In your terminal, run the following commands one-by-one:
1
2
3
4
5
git clone https://github.com/Marc-Lou-Org/ship-fast-ts.git [YOUR_APP_NAME]
cd [YOUR_APP_NAME]
npm install
git remote remove origin
npm run dev
ShipFastCheap requires Node 18.17 or greater. Type node -v in your terminal to check version.
2. Rename .env.example to .env.local
1
mv .env.example .env.local
3. Go to the Supabase dashboard, create a new project and paste your 2 Supabase environment variables NEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_ANON_KEY in .env.local
4. Open http://localhost:3000 to see your site. And voila!
You will see errors in the console but nothing important.
Here's a quick overview of the boilerplate. Follow along to get your app up and running.
Once you're done, start with this tutorial to launch your project in 5 minutes. Let's build that startup, FAST ⚡️
This boilerplate uses app router and Nextjs 14.
Start a local server
1. In your terminal, run the following commands one-by-one:
1
2
3
4
5
git clone https://github.com/Marc-Lou-Org/ship-fast-ts.git [YOUR_APP_NAME]
cd [YOUR_APP_NAME]
npm install
git remote remove origin
npm run dev
ShipFastCheap requires Node 18.17 or greater. Type node -v in your terminal to check version.
2. Rename .env.example to .env.local
1
mv .env.example .env.local
3. Go to the Supabase dashboard, create a new project and paste your 2 Supabase environment variables NEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_ANON_KEY in .env.local
4. Open http://localhost:3000 to see your site. And voila!
You will see errors in the console but nothing important.