Very simple backend to host files.
- Directly run src/index.ts
$ npm run start -- --port <portNumber>
- Or if you use pm2, create a pm2 configuration file. An example can be found at ./config-example-pm2.json.
$ pm2 start <pm2-config-file>.json
Just place your files and folders in the files directory.