Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 587 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 587 Bytes

Simple api NODE and TypeScript

About The Project

This is a simple project for learning and studying routes creation with node and typscript

Getting Started

Prerequisites

  • node
    [https://nodejs.org/en/](Node.js)

Installation

  1. Clone the repo
    git clone https://github.com/lucianoGG/node-typescript.git
  2. Install NPM packages
    npm install
  3. Run service
    npm run dev
  4. Run browser
    http://localhost:3333