Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eingress/fastify-es-boilerplate
A minimalist Fastify ES2018 boilerplate with babel, eslint, jest, nodemon, prettier, and supertest.
https://github.com/eingress/fastify-es-boilerplate
babel boilerplate es2018 eslint jest minimalist node nodemon prettier supertest
Last synced: about 2 months ago
JSON representation
A minimalist Fastify ES2018 boilerplate with babel, eslint, jest, nodemon, prettier, and supertest.
- Host: GitHub
- URL: https://github.com/eingress/fastify-es-boilerplate
- Owner: eingress
- License: isc
- Created: 2020-12-16T14:22:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T00:37:34.000Z (about 2 months ago)
- Last Synced: 2024-11-27T01:25:21.453Z (about 2 months ago)
- Topics: babel, boilerplate, es2018, eslint, jest, minimalist, node, nodemon, prettier, supertest
- Language: JavaScript
- Homepage:
- Size: 1.99 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastify ES Boilerplate
A minimalist Fastify ECMAScript boilerplate with babel, eslint, jest, nodemon, prettier, and supertest.
This is a simple conversion of the code generated by [fastify/fastify-cli](https://github.com/fastify/fastify-cli), and adds a transparent favicon plugin to prevent 404s out of the box.
Documentation and comments removed—please check the original docs for usage.
## Usage
```sh
git clone --depth=1 https://github.com/eingress/fastify-es2018-boilerplate.git
cd $_ && rm -rf .git
yarn install
```