Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpowers/sdjs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To develop locally, three web technologies are used: bower, npm and grunt. Bower is used to manage libraries (like sd.js) used in the browser, npm is used to manage tools used during development, and Grunt is the JS-world-version of Make.

To develop:

$ git clone https://github.com/bpowers/sdjs-example
$ cd sdjs-example
$ npm install
$ bower install
$ grunt serve # this will open up the page in your browser,
              # and refresh the contents everytime you save a file
$ grunt build # this will 'compile' the website for putting on the
              # web or an internal network - the resulting website
	      # will not access any external resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published