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

https://github.com/iftekhersunny/expressjs-boilerplate


https://github.com/iftekhersunny/expressjs-boilerplate

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# ExpressJS-Boilerplate

### Install dependencis

```
npm install
```

### Start server

```
npm start
```

### Run test

```
npm test
```

### Build assets

```
gulp
```

### Env file

Create .env file for production & .env.dev file for the development.