Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 268 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 268 Bytes

file-server

A simple file server for common software in JI

Deploy

npm install
npm run build

Then copy files into the generated public directory, and run again

npm run build

At last, run

npm run start

to start the server on port 3010.