Skip to content

DeveloperParth/Stimm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Stimm

Requirements

  • NodeJs
  • Internet

Installation

Client side

  • Open command window and go to Stimm/client
  • Run "npm install"
  • Finally run "npm start" to start front end'

Server Side

  • Open another command window and go to Stimm/server
  • Run "npm install"
  • Finally run "npm run dev" to start back end