https://github.com/dsc712/cb-wadn
All the projects and assignment done at coding blocks web development course
https://github.com/dsc712/cb-wadn
Last synced: 4 months ago
JSON representation
All the projects and assignment done at coding blocks web development course
- Host: GitHub
- URL: https://github.com/dsc712/cb-wadn
- Owner: dsc712
- Created: 2018-06-22T11:53:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T07:55:20.000Z (almost 8 years ago)
- Last Synced: 2025-10-06T00:27:25.992Z (8 months ago)
- Language: HTML
- Size: 12.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# WebD course at cb
### INSTRUCTIONS FOR RUNNING NODE PROJECTS :
**note:**
*To run the projects inside nodelecture directory first run*
*npm install in your node environment to install all the project dependecies :*
```javascript
username@hostname:~/nodelecture/ root of project / npm install
```