/driver-playground

An express app to integrate google drive, drop box and share point.

Primary LanguageTypeScript

driver-playground

A simple typescript express application for saving your time on new express project.

Terminal Commands

After successfully cloning the repository

cd project
npm install
touch .env

After running the above commands add "PORT=3000" in env file

Build

npm run build

Start (debug)

npm run start

Start (prod)

npm run start:prod

Start with nodemon

npm run start:nodemon