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

https://github.com/kuraydev/nodejs-boilerplate

Tree Layer Pure JS Boilerplate for NodeJS
https://github.com/kuraydev/nodejs-boilerplate

boilerplate database db javascript mongodb mongodb-atlas nodejs nodejs-mongodb

Last synced: about 1 month ago
JSON representation

Tree Layer Pure JS Boilerplate for NodeJS

Awesome Lists containing this project

README

          


React Native Dynamic Search Bar

# Installation & Run

It requires babel-cli to work with ES6 😇

```
npm install babel-cli -g --save
```

As always 😂
```
npm install
```

#### RUN 😍
```
npm start
```

## Docker Build & Run

```
sh build.sh
```

```
docker-compose -f docker-compose.yml -f docker-compose.yml up -d nodejs-boilerplate
```