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

https://github.com/minhdtb/typescript-expressjs-angular2-webpack-starter

Starter minimalist web application using TypeScript, ExpressJS, Angular 2 and Webpack
https://github.com/minhdtb/typescript-expressjs-angular2-webpack-starter

angular2 boilerplate expressjs minimalist starter typescript webpack

Last synced: 3 months ago
JSON representation

Starter minimalist web application using TypeScript, ExpressJS, Angular 2 and Webpack

Awesome Lists containing this project

README

          

# Starter minimalist web application using TypeScript, ExpressJS, Angular 2 and Webpack

1. Automates the task with Webpack
2. Both client and server are using TypeScript
3. Uses `ejs` as the templating engine

**Setup**
---
```
npm install
```

**Run Builds**
---
```
npm run build
```

**Run Application**
---
```
npm start
```