Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnbiundo/cli-test
https://github.com/johnbiundo/cli-test
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnbiundo/cli-test
- Owner: johnbiundo
- Created: 2019-09-23T20:07:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:41:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T15:50:48.395Z (2 months ago)
- Language: TypeScript
- Size: 548 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
This was generated with:
`nest g application test`
`cd test`
`npm install`
`nest build`
Then,
`nest start -- watch`
Make a change in IDE and save change.
App recompiles, then fails to start with:
```
1:05:26 PM - Found 0 errors. Watching for file changes.
[Nest] 18221 - 09/23/2019, 1:05:27 PM [NestFactory] Starting Nest application...
[Nest] 18221 - 09/23/2019, 1:05:27 PM [InstanceLoader] AppModule dependencies initialized +21ms
[Nest] 18221 - 09/23/2019, 1:05:27 PM [RoutesResolver] AppController {/}: +7ms
[Nest] 18221 - 09/23/2019, 1:05:27 PM [RouterExplorer] Mapped {/, GET} route +4ms
[Nest] 18221 - 09/23/2019, 1:05:27 PM [NestApplication] Nest application successfully started +4ms
events.js:167
throw er; // Unhandled 'error' event
^Error: listen EADDRINUSE: address already in use :::3000
```