Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.