Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 197 Bytes

README.MD

File metadata and controls

12 lines (10 loc) · 197 Bytes

Web Application

Running

Development Start Up:

# install packages
npm i
# run local server
npm run dev
# the server will be available by default at URL `http://0.0.0.0:3000`