A collection of Node based tutorials and information.
- Fork this repository
- Clone your fork onto your computer
- Create a
package.jsonfile usingnpm init - Create a
bower.jsonfile usingbower init - Install at least one bower component to be used in your project (angular would be a good one)
- Using either
gruntorgulp, create a set of tasks that can build your source files into 1.jsfile and 1.cssfile. You may use preprocessors such as LESS and SASS. The.jsfile should bepublic/js/app.min.jsand the.cssfile should bepublic/css/app.min.css. - Do cool stuff with your optimized javascript and styles! Make the changes
necessary to
public/index.htmlin order to make your app work. - 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.