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

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

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
```