Skip to content

Firecoded/chat_sim_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is only a simulation...

This project is intended to simulate a chat like application

Setup

Download, clone or fork the project and then navigate into the root folder of the project with a terminal

Install dependencies

  • type npm i or npm install in your terminal within the root of the application

Installing might take some time, progress will be displayed in the terminal

Run project locally

  • type npm start or npm run start to run locally

Runs the app in development mode

Open http://localhost:3000 to view it in the browser

Build project

  • type npm run build to compile for production

Builds the app for production to the build folder

Run Tests

  • type npm run test to run unit tests

Runs any unit tests, which are located in the __tests__ folder for this application

Demo

https://chat-sim.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors