A simple chat app written for my Lighthouse Labs Project
Clone and boot the chat app
git clone this repo
git clone the server repo at https://github.com/dennyhollick/chatr-server
git remote rm origin on both repos.
git remote add origin [YOUR NEW REPOSITORY] on both.
Install the dependencies and start the server.
npm install for both repositories
npm start for both, starting with the server repo.
open http://localhost:3000
- React
- Webpack
- babel-loader
- webpack-dev-server
- Random animal name generator
- Sanitizer
- Random colour generator