Skip to content

codingforinnovations/nextjs-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding for Innovations Logo

For Programmers, By Programmers.

Nextjs + Expressjs

A Standard Next.js App with Express.js on Vercel!

Youtube Video: Link

📚 Stack

  • Next Js - The React Framework for the Web.
  • Typescript - JavaScript with syntax for types.
  • Express - Fast, opinionated, minimalist web framework for Node.js.

📁 Project structure

$PROJECT_ROOT
│  
├── ui  # Nextjs app
│  
├── api # Expressjs 
│  
├── vercel.json  # Vercel config file

🏆 Getting Started:

  • Clone Repo
mkdir nextjs-express
cd nextjs-express
git clone https://github.com/codingforinnovations/nextjs-express .
  • For Backend
cd api
pnpm install
pnpm dev
  • For Frontend
cd ui
pnpm install
pnpm dev

Open Backend in : http://0.0.0.0:8000

Open Frontend in : http://0.0.0.0:3000

🎫 LICENSE:

MIT LICENSE .

🆕 Change Log:

Change Log .

Other places you can find us:
YouTube