Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

fintand/status-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installing

  • From the folders 'server' and 'client' run yarn to install node_modules

Running

Server

  • Make sure the .env file is setup
  • Dev: npm run dev
  • Build: npm run build

Client

  • Dev: yarn start
  • Prod: yarn run build