Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 583 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 583 Bytes

Congenial Palm Tree

Palm tree

Description

A reproduction of nestjs/nest#5306

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

What you're looking at

When you run the app and open http://localhost:3000, you will see "foo foo". What you should see is "foo bar".

License

This repository is MIT licensed.