Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```