Skip to content

tedboudros/next_js_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Next.JS Demo

Requirements

MongoDB

Installation

Installation is as simple cloning the repo and then running the npm install command on both of the directories!

cd frontend
npm i
cd ..
cd backend
npm i

Running

  1. To run the WebApp you need to first start Next: cd frontend && npm run dev
  2. And then on a seperate terminal start the Express backend: cd backend && node index

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published