This project was bootstrapped with Create React App.
chat
to run locally
- clone
- npm install
- npm start
- point bebo app at {your local IP}:3000
to build production version
- clone
- npm install
- npm run build
This project was bootstrapped with Create React App.