Skip to content

Punxnot/ultra-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. You'll need NodeJS and npm installed on your machine

  2. Add .env file to the root of the project

  3. Install dependencies

    npm install

  4. Compile and watch styles

    npm run watch:sass

  5. Start local server

    npm start

Happy coding :)