Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philmander/node4fe

Example project to accompany my 'Streamlining Frontend Development with Node.JS' presentation
https://github.com/philmander/node4fe

Last synced: 2 days ago
JSON representation

Example project to accompany my 'Streamlining Frontend Development with Node.JS' presentation

Awesome Lists containing this project

README

        

#Streamling Frontend Development with Node.JS

This uses a simple calculator application to demonstrate some practices for developing frontend code with Node.JS.
It shows:

* Basic build file using Gulp
* Testing Javascript code in Node with Jasmine
* Packaging frontend modules with Browserify
* Authoring a custom Gulp plugin
* Using Bower to resolve dependencies

##Running the project

```
npm install
bower install
gulp
```

Open `index.html` in a web browser