Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🍽️ ServeU Server

The server-side app of ServeU.

Getting started

yarn install

Start with hot reloading

yarn dev

Start without reloads

yarn start

Running tests

Tests are TBD.

yarn test