https://github.com/chepo92/node-module-example
https://github.com/chepo92/node-module-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chepo92/node-module-example
- Owner: chepo92
- Created: 2022-02-15T14:17:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T14:19:29.000Z (over 3 years ago)
- Last Synced: 2025-02-04T18:48:34.106Z (4 months ago)
- Language: JavaScript
- Size: 5.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`