A basic cloud system with typescript, express and mongodb
- Install dependencies:
yarnornpm i - Build bundle:
yarn buildornpm run-script build - Start installation:
yarn startornpm start
- Delete the last bundle:
yarn cleanornpm run-script cleanif you are in windows deletedistfolder - Build bundle:
yarn buildornpm run-script build - Start cloud:
yarn startornpm start
The logs are in the folder called logs
The cloud files are saved in the data folder
Yes you can add routes editing assets/data/routes.json and you need to create a view in the folder views


