Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalil-codes/node-farm-app
A simple node app to understand node and modules such as fs to handle read and write files, http to create a demo server to serve html templates and how to fill data read from files in html templates.
https://github.com/khalil-codes/node-farm-app
Last synced: 27 days ago
JSON representation
A simple node app to understand node and modules such as fs to handle read and write files, http to create a demo server to serve html templates and how to fill data read from files in html templates.
- Host: GitHub
- URL: https://github.com/khalil-codes/node-farm-app
- Owner: Khalil-codes
- Created: 2022-02-25T09:56:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T09:56:37.000Z (almost 3 years ago)
- Last Synced: 2023-12-02T14:39:32.617Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Node Farm
A simple node app to understand node and modules such as `fs` to handle read and write files, `http` to create a demo server to serve html templates and how to fill data read from files in html templates.
## Available Scripts
In the project directory, you can run:
### `npm install`
This will install all the dependencies.
### `npm start`
Runs the server.\
Open [http://localhost:4000](http://localhost:4000) to view it in the browser.