Skip to content

spsama/cust-sample-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My ES Module Project

This project demonstrates how to create an HTTP server using ES modules in Node.js.

Project Structure

my-es-module-project
├── src
│   ├── server.mjs
├── package.json
└── README.md

Getting Started

To run the server, follow these steps:

  1. Clone the repository or download the project files.
  2. Navigate to the project directory:
    cd my-es-module-project
  3. Install the necessary dependencies (if any):
    npm install
  4. Start the server:
    node src/server.mjs

Usage

Once the server is running, you can make GET requests to it. The server will respond with a simple message.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published