1.0.3 • Published 2 years ago

create-nodejs-startup-api v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Quick Start

To create a project, simply run:

npx create-nodejs-startup-api <project-name>

Manual Installation

If you would still prefer to do the installation manually, follow these steps:

Clone the repo:

git clone --depth 1 https://github.com/NirobxHasan/node-express-typescript-boilerplate.git
cd node-express-typescript-boilerplate
npx rimraf ./.git

Install the dependencies:

yarn install

Set the environment variables:

cp .env.example .env

# open .env and modify the environment variables (if needed)