Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 335 Bytes

File metadata and controls

15 lines (13 loc) · 335 Bytes

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