An open API service indexing awesome lists of open source software.

https://github.com/biswajitpanday/boilerplatenode.js

Boilerplate Application using Node.Js and TypeScript.
https://github.com/biswajitpanday/boilerplatenode.js

Last synced: about 2 months ago
JSON representation

Boilerplate Application using Node.Js and TypeScript.

Awesome Lists containing this project

README

        

### --------------Thisrepository is under development--------------

## Creating The application using command line.

### Setting Up The Project (Commands)

```
> npm init
> npm install typescript tslint --save-dev
> tsc --init
> npm i @types/express @types/node --save-dev
```

### Creating The Server

```
> npm i inversify inversify-express-utils reflect-metadata --save
> npm i dotenv --save
```

### Configuring The Server

```
> npm install cors
```