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

https://github.com/iguntur/express-boilerplate

Scaffold out web application with express framework
https://github.com/iguntur/express-boilerplate

Last synced: 3 months ago
JSON representation

Scaffold out web application with express framework

Awesome Lists containing this project

README

        

# [Express Boilerplate](https://expressjs.com)

> Scaffold out web application with [express framework](https://expressjs.com).

I want to something nicely and friendly structure directory for creating web application with an [express](https://expressjs.com).

## Getting started

Currently, just download or cloning this repository and install all dependencies.

__Cloning__

``` bash
$ git clone https://github.com/iguntur/express-boilerplate.git
```

__Install Dependencies__

``` bash
$ npm install
```

__Start Application__

``` bash
$ npm start
```

## License

MIT © [Guntur Poetra](http://iguntur.starmediateknik.com)