/web-server

Primary LanguageTypeScript

The simplest Web Server

Get a Node backend running with TypeScript and ES6 modules which server a simple website with API data

Result

Screenshot

Install and run

To use this project locally, you need to follow the commands below:

  1. Clone the repository into your local machine:

    git clone git@github.com:Belal-Aljumaa/web-server.git
  2. Redirect inside the cloned repository:

    cd web-server/
  3. Install the required packages:

    npm install

    or

    pnpm install
  4. Start local server:

    npm start
  5. Open http://localhost:3333 to view it in your browser.