Skip to content

MichaelChung123/ChattyApp

Repository files navigation

React Boilerplate

A minimal and light dev environment for ReactJS.

Usage

Clone the boilerplate and create your own git repo.

git clone git@github.com: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

Screenshots

Chatty App

Chatty App

Sending Message to All Users On The Server

Sending Message to All Users On The Server

Sending Message to All Users On The Server

Pre Sending Message to All Users On The Server

Sending Message to All Users On The Server

Changing The Messenger's Name

Pre Changing The Messenger's Name

Changing The Messenger's Name

Displaying & Updating The Amount of Users On The Server

Pre Displaying & Updating The Amount of Users On The Server

Displaying & Updating The Amount of Users On The Server

Static Files

You can store static files like images, fonts, etc in the build folder.

For example, if you copy a file called my_image.png into the build folder you can access it using http://localhost:3000/build/my_image.png.

Linting

This boilerplate project includes React ESLint configuration.

npm run lint

Dependencies

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors