/chat-anon

Primary LanguageTypeScript

Anonymous Chat App

Pre-Requisites

  1. Code Editor installed (ie: VSCode)
  2. Git installed
  3. Node & NPM installed (if you install Node.js, NPM should be bundled with it)

Getting Started

  1. Clone the app locally: git clone https://github.com/coltonehrman/chat-anon.git
  2. Install the project dependencies: npm i
  3. Run the app locally: npm run dev