Skip to content

bparmley/node-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-stuff

A collection of Node based tutorials and information.

Task

  1. Fork this repository
  2. Clone your fork onto your computer
  3. Create a package.json file using npm init
  4. Create a bower.json file using bower init
  5. Install at least one bower component to be used in your project (angular would be a good one)
  6. Using either grunt or gulp, create a set of tasks that can build your source files into 1 .js file and 1 .css file. You may use preprocessors such as LESS and SASS. The .js file should be public/js/app.min.js and the .css file should be public/css/app.min.css.
  7. Do cool stuff with your optimized javascript and styles! Make the changes necessary to public/index.html in order to make your app work.
  8. When completed, submit a pull request from your fork to this one from here.

If you would like to make any updates or add your findings or tips to the above documentation, feel free to include those changes in a separate branch and make a pull request.

About

A collection of Node based tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published