Skip to content
/ unbox Public

Unbox a node application with a well-designed build-oriented approach in minutes

License

Notifications You must be signed in to change notification settings

bevacqua/unbox

Repository files navigation

unbox Build Status

Unbox a node application with a well-designed build-oriented approach in minutes

unbox-512.png

Cloning

You could clone it yourself, and then do:

git clone https://github.com/bevacqua/unbox.git
rm -rf .git/
npm install
bower install

Alternatively, you could unbox it. This will run the commands listed above.

git clone https://github.com/bevacqua/unbox.git
cat unbox.sh | sh

Now you're all set to start working in the development environment. Just issue this command to start your continuous development cycle:

grunt dev

Development Flow

In local development you can use grunt to configure and build everything. As you make changes, the watch task will re-compile any assets as needed, and its livereload target will load changes in the browser, making for continuous development.

In order to enable livereload, you'll need to install the browser extension.

Deployment

See the README about deploys.

Unboxed Projects

Send a Pull Request to add yours!

ga

About

Unbox a node application with a well-designed build-oriented approach in minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published