/solidapi

Primary LanguageTypeScript

Typescript     Node


Estudo de Solid com Node + Express + TypeScript

Technologies   |    Topics   |    Configuration   |   

🚀 Technologies

🔍 Topics

  • Single responsibility principle
  • Liskov substitution principle
  • Dependency inversion principle

➕ Plus

  • Package By Feature

🔧 Configuration

  1. Install all dependencies with
$ npm install

or

$ yarn
  1. Run express server with
$ npm start

or

$ yarn start