Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philmander/node4fe
- Owner: philmander
- License: mit
- Created: 2014-11-22T12:31:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T15:19:05.000Z (about 10 years ago)
- Last Synced: 2024-11-12T02:52:08.987Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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