Express Typescript Starter
What's inside?
- TypeScript preconfiguration (See: ./tsconfig.json)
- Linter (ESLint) (See: ./.eslintrc.json)
- Airbnb style guide (See: github.com/airbnb/javascript)
- Adjusted for developing in Node
- Code formatter (Prettier)
- Express
Requirements
- Git
- Node
- npx
How to use it?
- Open the terminal in the desired location and execute the command below and follow the steps:
npx @tgargula/express-typescript-starter generate
-
The project has been generated! You can now add new endpoints to your server!
-
To run the server execute:
npm start