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, and adds a transparent favicon plugin to prevent 404s out of the box.
Documentation and comments removed—please check the original docs for usage.
git clone --depth=1 https://github.com/eingress/fastify-es2018-boilerplate.git <ProjectName>
cd $_ && rm -rf .git
yarn install