A 2024 Nodejs boilerplate, featuring Typescript, Express, Jest, and more...
- 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
- Run the unit tests
yarn test:unit
- Run the functional tests
yarn test:functional
Configuring husky and git hooks
yarn husky