Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.07 KB

Chatty App

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.

Screenshots

"Screenshots of chatty messages" "Screenshots of chatty messages2"

React Boilerplate

A minimal and light dev environment for ReactJS.

Usage

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

Dependencies