Chatty is a simple chat app written in Java + Typescript + React.
- Clone Git repo
git clone https://github.com/nocpiun/chatty-frontend.git
- Install dependencies
npm i
- Launch the frontend app
npm run start
-
Enter
http://localhost:3000
. -
Meanwhile, you should see the backend deployment instructions and launch Chatty backend server. Then, you can start using Chatty.
An explanation of the package.json
scripts.
start
Launch the frontend appbuild
Create a production buildtest
Run tests