Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mannj-nef/setup_expressts


https://github.com/mannj-nef/setup_expressts

eslint express husky jwt lint-staged prettier typescript

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        


Express Logo


A practice Node.js use express and typeScript for building server-side applications.


NPM Version

## Description

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run dev

# build
$ npm run bulid

# start after build
$ npm start

```