A boilerplate for starting an typescript-express-jest app
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
git clone https://github.com/Palmabit-IT/typescript-express-jest-starter.git
Install dependences
npm install
Copy .env.sample into .env
cp .env.sample .env
Now you can run app
npm start
Or, in develop mode
npm run dev
npm test
- ExpressJs - Fast, unopinionated, minimalist web framework for node
- Jest - Delightful JavaScript Testing
- TypeScript - JavaScript that scales
- Celebrate - A joi validation middleware for Express.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Emanuele Liardo - Initial work - Emanuele Liardo
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details