Chatty will allow users to communicate with each other without having to register accounts. It will use React,a popular front-end library created and used heavily by Facebook as well as modern tools for Node including Webpack and Babel.
A minimal and light dev environment for ReactJS.
Clone the boilerplate and create your own git repo.
git clone [email protected]:lighthouse-labs/react-simple-boilerplate.git
cd react-simple-boilerplate
git remote rm origin
git remote add origin [YOUR NEW REPOSITORY]
# Manually update your package.json file
Install the dependencies and start the server.
npm install
npm start
open http://localhost:3000
- React
- Webpack
- babel-loader
- webpack-dev-server