@tgargula/express-typescript-starter
v0.0.7
Published
This is a simple Express Typescript server generator with precofigured linter and code formatter
Maintainers
Readme
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 generateThe project has been generated! You can now add new endpoints to your server!
To run the server execute:
npm start