Skip to content

Chat App created using React, Relay and GraphQL

Notifications You must be signed in to change notification settings

nilubava/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

Installation

npm install

Running

Start a local server:

npm start

Developing

Any changes you make to files in the js/ directory will cause the server to automatically rebuild the app and refresh your browser.

If at any time you make changes to data/schema.js, stop the server, regenerate data/schema.json, and restart the server:

npm run update-schema
npm start

Changes made to the app.scss file will be processed to app.css file and watch makes sure that its available in the app. But the browser needs to be refreshed to reflect the style changes.

About

Chat App created using React, Relay and GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published