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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

🍽️ 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