Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexoah/labgithub-introductiontonodewithexpress
An introduction to Node.js and Express.js servers, from https://lab.github.com/everydeveloper/introduction-to-node-with-express
https://github.com/alexoah/labgithub-introductiontonodewithexpress
Last synced: 1 day ago
JSON representation
An introduction to Node.js and Express.js servers, from https://lab.github.com/everydeveloper/introduction-to-node-with-express
- Host: GitHub
- URL: https://github.com/alexoah/labgithub-introductiontonodewithexpress
- Owner: alexoah
- Created: 2020-05-11T03:35:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T08:04:55.000Z (over 4 years ago)
- Last Synced: 2024-11-25T13:47:46.287Z (2 months ago)
- Language: JavaScript
- Homepage: https://lab.github.com/everydeveloper/introduction-to-node-with-express
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJs and Express Tutorial
## Description
This is a reference for the NodeJS and Express intro tutorial. You will be pushing code into this repository. Each branch shows what your code should look like (if you get stuck).
## Setup1. Download or clone this repo
2. Install dependencies: npm install
3. Navigate to the root directory
4. Start the server file: node server.js