https://github.com/xop/express-dummy
Starter application using Express and gulp
https://github.com/xop/express-dummy
Last synced: 24 days ago
JSON representation
Starter application using Express and gulp
- Host: GitHub
- URL: https://github.com/xop/express-dummy
- Owner: XOP
- Created: 2015-01-19T20:02:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T13:05:53.000Z (over 10 years ago)
- Last Synced: 2025-01-07T01:52:27.146Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express-Dummy
Quick start with application development on your terms.
Current version uses ExpressJS to maintain the server.
However, it's not obligatory for basic development.
**Please use [Front Dummy](https://github.com/XOP/front-dummy) if you need regular SPA scaffolding.**
## Installation
```
# bower dependencies
bower init
# npm dependencies
npm i
```
## Launch and development
```
# build project
gulp build
# launch
node app
# development
gulp
```