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
- Host: GitHub
- URL: https://github.com/cesardeazevedo/liveapp
- Owner: cesardeazevedo
- License: mit
- Created: 2015-05-09T11:40:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T11:59:56.000Z (about 10 years ago)
- Last Synced: 2025-01-29T10:27:44.099Z (4 months ago)
- Language: LiveScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)