nyc-react-meetup-message-board
nyc-react-meetup-message-board copied to clipboard
nyc-react-meetup-message-board
Demo code from the NYC React Meetup on April 28th, 2016.
Installation
git clone [email protected]:eddiezane/nyc-react-meetup-message-board.git
cd nyc-react-meetup-message-board
npm install
To get the SMS bit working sign up for a free Twilio account.
Start up ngrok and point your Twilio Phone Number at your ngrok URL.
Usage
Start the app:
node .
Start ngrok in a separate shell:
ngrok http 3000