Answer the question
In order to leave comments, you need to log in
Are there nodejs project templates for typescript similar to react-create-app?
The react-create-app ideology allows you to quickly create new projects and have some "standard" of how the application structure should be arranged. For the typescript frontend, there is https://github.com/wmonk/create-react-app-typescript. Is there an equivalent for the server?
Required to:
Answer the question
In order to leave comments, you need to log in
If you need the Angular stack, then the Angular CLI is here to help.
If it is the server side, then there is an excellent generator
npm install -g yo generator-node-typescript
yo node-typescript
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question