Skip to content

cdbhnd/chat-subsystem

Repository files navigation

Chat Subsystem

Install typescript and typings globally

npm install typescript -g
npm install typings -g

Clone the repo

Navigate to your preferred projects folder
cd my_projects_folder

Clone the repo
link to repo

Install dependencies

npm install
typings install

Install Visual Studio Code https://code.visualstudio.com/download

Tslint extenstion for MicrosoftVSC https://marketplace.visualstudio.com/items?itemName=eg2.tslint

Install tslint npm install -g tslint typescript

Tslint docs https://palantir.github.io/tslint/usage/cli/

Install nodemon - Nodemon will restart app when dist/ files are changed, super handy for development npm install -g nodemon

Run the app

Run (from project root): npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published