quitequinn / Simple-NextJS-Strapi-with-Auth-MaterialUI-SASS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

Frontend: http://localhost:3000

Backend: http://localhost:1337

You can develop using docker-compose or through node.js on your local machine.

Frontend Server (Next)

cd frontend
npm install
# Port in use? killall -9 node 
npm run dev

Backend Server (Strapi)

cd backend
npm install
# Port in use? killall -9 node 
npm start #or npm run develop

About


Languages

Language:JavaScript 99.6%Language:CSS 0.4%