Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scotch-io/node-website-course
Code for the Scotch School course by @hollylawly: Build Your First Node.js Website
https://github.com/scotch-io/node-website-course
Last synced: 8 days ago
JSON representation
Code for the Scotch School course by @hollylawly: Build Your First Node.js Website
- Host: GitHub
- URL: https://github.com/scotch-io/node-website-course
- Owner: scotch-io
- Created: 2016-09-06T01:49:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T14:20:46.000Z (about 4 years ago)
- Last Synced: 2024-04-15T13:30:40.319Z (7 months ago)
- Language: HTML
- Homepage: https://school.scotch.io/build-a-nodejs-website
- Size: 349 KB
- Stars: 40
- Watchers: 6
- Forks: 85
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Website with Node.js
Full project for the Build a Website with Node course.
## Instructions
1. Clone the repo: `[email protected]:scotch-io/node-website-course.git`
2. Install packages: `npm install`
3. Start the server: `node server.js`
4. Visit in browser at: `http://localhost:8080`## Course Videos
[Watch the first three lessons free](https://school.scotch.io/build-a-nodejs-website)