create-mynode-app
v1.0.15
Published
A Node.js boilerplate to save you from creating the setup from scratch every time.
Downloads
19
Readme
create-mynode-app
Boilerplate for Your Node.js Project
Compatibility Note :
The package requires Node.js version >= 12.0.0 to run smoothly
Installation
With npm :
$ npx create-mynode-app@latest
With Yarn :
$ yarn create-mynode-app
Follow the prompt to setup your project.
Available Templates
- Node.js + Javascript + Express
- Node.js + Typescript + Express
- Node.js + Javascript + Express + Mongoose
- Node.js + Typescript + Express + Mongoose
important: When you are using nodejs with mongoose and prompt ask for mongodb url, Provide url without DB name
Automatic Dependency Installation
After creating a project, all necessary dependencies will be installed automatically. Once the installation is complete, you can start the development server by running:
$ cd <project_name>
$ npm run dev