Skip to content

resin-admin/resin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resin

Development

Resin development depends on the following packages

  1. Node
  2. NPM
  3. Gulp
  4. Bower
git clone https://github.com/resin-admin/resin.git
cd resin
npm install       # install dependencies
bower install     # install front-end dependencies
gulp              # compiles and watches sources
node ./server.js  # in a second terminal window

Enjoy!