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

https://github.com/chepo92/node-module-example


https://github.com/chepo92/node-module-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Instructions

## Create new Project:
Run `npm init`

Configure scripts in `package.json`

Install and automatically update `package.json` adding `--save` or `--save-dev` to install command

## To build this project:

### Install deps
Run `npm init`

### Run build script
Run `npm run build`