Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 590 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 590 Bytes

JS.Responsive web

web for JS.Responsive project

build on total.js

Contribution to this web:

Instalation

  • fork this repo
  • clone github repo into your machine $ git clone https://github.com/{{yourUserName}}/JS.Responsive.web.git
  • go to cloned project directory cd JS.Responsive.web
  • install dependencies $ npm install
  • run server in dev mode $ node debug.js
  • run server in prod mode $ node release.js
  • open link mentioned in terminal

Updating project

  • run npm update task $ npm run update