Skip to content

niivue/fullstack-niivue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Fullstack niivue demo App

🚧 This is a work in progress 🚧

set up environments and install dependencies

Requirements:

  • Node.js (for frontend environment)
  • npm (for frontend environment)
  • pixi (for backend environment)
  • git

frontend

cd frontend
npm install

backend

cd backend
pixi install

run the frontend in development mode

cd frontend
npm run dev

run the backend in development mode

This hot reloads the backend when changes are made to the code.

Note: the frontend will be "static" in this mode.

cd backend
pixi run dev

build the frontend for production

cd frontend
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published