Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmani committed Sep 28, 2019
1 parent 6a476d6 commit e8acfb9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Production React Express TypeScript Setup with Docker
This Repo contains Production Ready Boilerplate of Express TypeScript Application with Docker Setup.
## Requirement
- [TypeScript](https://www.npmjs.com/package/typescript)
- [TS-Node](https://www.npmjs.com/package/ts-node)

## Setup

```
cd express-typescript-docker
npm install
```

## To Run Locally

```
npm run dev
```

## To Run Docker Build

```
docker-compose up
```

0 comments on commit e8acfb9

Please sign in to comment.