- Run
$ npx @abdullahbrashid/create-express-backend <project-name>
. ("." for current directory. The package name will be the name of the current directory.<project-name>
is optional and can be entered with the script in next step.) - Enter your choices.
- The script will automatically install packages, but if some error occurs then do the following.
cd
into the directory if made.- Run
npm install
to install necesssary packages.
create-express-mongoose-typescript
= Express + Typescript + Mongoose + JWTs
Read FORK.md to use your own templates in the project.
Contributions are beyond welcome. Please create an issue at #issues or create a pull request after forking.
This project is under the MIT License