Skip to content

🛠 Node.js boilerplate for frontend projects

Notifications You must be signed in to change notification settings

rejth/node-app-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Node app boilerplate for frontend projects

🛠 Backend:

  • Express
  • TypeScript
  • Reflect-metadata
  • Inversify

📚 Database:

  • Prisma

🧪 Test:

  • Jest
  • Supertest

Get Started

Prerequisites:

  • Node 16+
  • npm

To set up the app execute the following commands.

git clone https://github.com/rejth/node-app-boilerplate.git
cd node-app-boilerplate
npm install
npm run dev

Runs the server in the development mode.
Use http://localhost:8000 to fetch requests.

npm run build

Builds the app for production to the dist folder.

Releases

No releases published

Packages

No packages published