A basic cloud system with typescript, express and mongodb
- Install dependencies:
yarn
ornpm i
- Build bundle:
yarn build
ornpm run-script build
- Start installation:
yarn start
ornpm start
- Delete the last bundle:
yarn clean
ornpm run-script clean
if you are in windows deletedist
folder - Build bundle:
yarn build
ornpm run-script build
- Start cloud:
yarn start
ornpm 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