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
- Host: GitHub
- URL: https://github.com/iguntur/express-boilerplate
- Owner: iguntur
- License: mit
- Created: 2017-01-23T19:06:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T19:14:14.000Z (over 8 years ago)
- Last Synced: 2024-12-29T05:25:57.506Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)