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

https://github.com/cesardeazevedo/liveapp

Experiment with LiveScript + Node.JS + Express + Gulp
https://github.com/cesardeazevedo/liveapp

Last synced: 2 months ago
JSON representation

Experiment with LiveScript + Node.JS + Express + Gulp

Awesome Lists containing this project

README

        

# LiveApp
Experiment with [LiveScript](http://livescript.net/) + Node.JS + Express + Gulp

# Get Started

Install the npm modules:

`npm install`

and then compile gulpfile.ls

`lsc -c gulpfile.ls`

# Run

Running with gulp:

`gulp`

Or run with npm:

`npm start`

# Contributions

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

# License

[MIT License](./LICENSE)