Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 215 Bytes

File metadata and controls

18 lines (15 loc) · 215 Bytes

Presentation app for UMCS

List of available commands

Install dependencies

npm install

Run development server

npm run start

Build and run server

npm run build
npm run start-prod