Skip to content

A 2024 Nodejs boilerplate, featuring Typescript, Express, Jest, and more...

Notifications You must be signed in to change notification settings

vinisaveg/node-future-boilerplate

Repository files navigation

node-future-boilerplate

A 2024 Nodejs boilerplate, featuring Typescript, Express, Jest, and more...

Techs 💻

Testing ✔️

Installing 👷

  • First clone this repo

    git clone https://github.com/vinisaveg/node-future-boilerplate.git

  • Install the dependencies

    yarn install

  • Running the app in development mode

    yarn dev

  • Preparing the app build

    yarn build

  • Running the app in production mode

    yarn start

Testing 🚨

  • Run the unit tests

    yarn test:unit

  • Run the functional tests

    yarn test:functional

Development ⚙️

Configuring husky and git hooks

    yarn husky

About

A 2024 Nodejs boilerplate, featuring Typescript, Express, Jest, and more...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published