This Project is a scaffolding project for typescript node server.
- Set Environment Variable (Passport JS)
$ echo 'export FACEBOOK_CLIENT_ID="Need To Inesrt Your FACEBOOK_CLIENT_ID"' >> ~/.bash_profile
$ echo 'export FACEBOOK_CLIENT_SECRET="Need To Inesrt Your FACEBOOK_CLIENT_SECRET"' >> ~/.bash_profile
$ echo 'export FACEBOOK_REDIRECT_URL="Need To Insert Your FACEBOOK_REDIRECT_URL"' >> ~/.bash_profile
- Node Package Module Install
$ npm install
$ npm install -g concurrently
$ npm install -g typescript
- Start npm start script (in package.json => start script)
$ npm start