Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avimalhotra/node10batch
node js 10 am online batch
https://github.com/avimalhotra/node10batch
Last synced: 3 days ago
JSON representation
node js 10 am online batch
- Host: GitHub
- URL: https://github.com/avimalhotra/node10batch
- Owner: avimalhotra
- Created: 2022-02-19T05:35:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T05:25:15.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T15:47:31.500Z (2 months ago)
- Language: HTML
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node10batch
node js 10 am online batch/* steps */
1: cd app directory
2: add src
3: add app.js in src
4: npm init
5: add -> "start": "node src/app",
6: npm dotenv
7: add .env in root
8: const dotenv=require("dotenv").config();