Skip to content

A simple skeleton including koa, handlebars, sass and nodemon.

Notifications You must be signed in to change notification settings

teawithfruit/nodejs-project-skeleton

Repository files navigation

#Node.js Project Skeleton

Join the chat at https://gitter.im/teawithfruit/nodejs-project-skeleton

The idea is to build a skeleton of a project, that you make able to start instantly with a new Node.js project. It includes functionality for using koa, handlebars, sass and nodemon if one of the files you work on is edited.

##How to use First of all you have to install some global modules.

gem install compass
npm install -g nodemon bower gulp

If it's done, you only have to run the following three steps, to get your skeleton running.

npm install
gulp install
gulp

At least you only have to run gulp.

gulp

Happy coding. :)

About

A simple skeleton including koa, handlebars, sass and nodemon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published