Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 642 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 642 Bytes

Table of Contents

Short Description

The objective of the project is to create a simple NodeJS server with the http module to serve local data in the development environment.

Project Dependencies

Project Structure

The code of the application, the "src" folder, is organized in the following directories:

src/
  index.js

Available Scripts

In the project directory, you can run:

npm start

Run the server listening on port 9000.