Skip to content

stepful/fullstack_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-stack boilerplate

You can use this as a starting point for your own project, or use it as a reference for your own tech stack!

Tech Stack

System Requirements

In order to use the boilerplate you will need the following:

  • Node.js 20+

Setup steps

  1. Pull the repo
git clone [email protected]:stepful/fullstack_boilerplate.git && cd fullstack_boilerplate
  1. (Optional) Copy .env.sample to .env (should be sensible defaults, but feel free to make changes as desired)
cd backend # or frontend
cp .env.sample .env
  1. Install packages for all workspaces, and seed DB
npm run setup
  1. Start dev servers (vite, fastify)
npm run dev

You should now be able to reach the frontend app at http://localhost:3000 (and this port is configurable via VITE_FRONTEND_SERVER_PORT in .env.local). The backend is available at http://localhost:3001 (and this port is configurable via VITE_BACKEND_SERVER_PORT in .env.local).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published