https://www.youtube.com/watch?v=A0aaiB7AqxI
- Node 6.13.0
- Existing MongoDB Database with collection called 'clients'
- Twilio Account (including: phone number)
From within project root directory CREATE .env file with following variables:
'MONGODB_URI' // Connection to MongoDB Database
'ACCOUNT_SID' // Twilio Account SID
'AUTH_TWILIO' // Twilio Authentication Token
'TWILIO_PHONENUMBER' // Twilio Phone Number
From within the project root directory:
npm install -g webpack
npm install [email protected] --save
npm install [email protected] --save
From within the project root directory:
npm start
npm run webpack-watch
Now open http://localhost:4000 on your browser.