React poject to build a sample chat application.Used Webpack for bundling and Babel for transpiling ES6 to brwoser compatible ES5
- 'npm run api-server', Start the server
- 'npm install' to install node/ npm and install all other dependencies from package.json file
- 'npm start', Start the project
- Browse to 'http://localhost:3000/index.html'