Skip to content

arrowkrai/stacker-vs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacker

demo

Installation & Set Up

  1. Install Dependencies
npm install
cd frontend
npm install
  1. Create a .env file in the root
NODE_ENV = production
PORT = 8000
  1. Start the development server
npm run client
npm run server

Building for Production

  1. Generate a production build
cd frontend
npm run build