Skip to content

Latest commit

 

History

History
executable file
·
24 lines (13 loc) · 719 Bytes

README.md

File metadata and controls

executable file
·
24 lines (13 loc) · 719 Bytes

Available Scripts

Before running this application, first you must install it. From the project directory you should run:

npm install

To start the application, run:

npm start

This runs the app in the development mode.
Open http://localhost:3050 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.

Review code

For reviewing the code, a good place to start is either components/App.js or components/ChatInput.js

This project was bootstrapped with Create React App. A few files you can ignore as their just part of the React App Template. I've marked them as such.