Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestjs/javascript-starter
Nest framework JavaScript (ES6, ES7, ES8) + Babel starter π°
https://github.com/nestjs/javascript-starter
babel javascript nest nestjs nodejs starter
Last synced: 27 days ago
JSON representation
Nest framework JavaScript (ES6, ES7, ES8) + Babel starter π°
- Host: GitHub
- URL: https://github.com/nestjs/javascript-starter
- Owner: nestjs
- Created: 2017-10-07T11:22:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T05:28:03.000Z (about 1 year ago)
- Last Synced: 2024-05-22T12:34:01.615Z (6 months ago)
- Topics: babel, javascript, nest, nestjs, nodejs, starter
- Language: JavaScript
- Homepage: https://nestjs.com/
- Size: 1.02 MB
- Stars: 114
- Watchers: 4
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nestjs - JavaScript Starter - Nest framework JavaScript (ES6 / ES7 / ES8) starter. (Resources)
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.
## Description
[Nest](https://github.com/nestjs/nest) framework JavaScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil MyΕliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)