Skip to content

rcasachi/fastify-ts-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastify TS Boilerplate

fastify-ts-boilerplate is a functional typescript boilerplate for Fastify.

Value Proposition

Fastify TS Boilerplate was created to facilitate start new projects.

Project Structure

|- **src** it is the main source code directory

Conceptual Definitions

None

Project Setup

Development Environment

None

Preparing this repository

Clone the repository

git clone git@github.io:rcasachi/fastify-ts-boilerplate.git

Install dependencies

yarn install
cp .env.example .env

Running for development

yarn dev

Building for production

yarn build
  • In order to run in production:
yarn start:dist

Run your tests

None

Lints and fixes files

yarn lint

To Deploy

None

How to use it

None

Full documentation

To Be Done.

Good Practices

  • Naming Branches: The development branches must be created with the story or task code, e.g. XXX-123.
  • Naming Branches: Feature branch must be created with the accronym feature/ and then the story code, e.g. feature/XXX-123.
  • Commit Messages: All commit messages must follow semantic release standard, e.g. feat(source): message of release.

Authors and acknowledgment

Contributing

No contributions allowed for now.

License

GNU

About

Start from somewhere: Fastify in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published