Resin
v0.0.14
Published
Admin CSS foundation and HTML templates
Downloads
4
Readme
Resin
Development
Resin development depends on the following packages
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!