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
- Host: GitHub
- URL: https://github.com/minhdtb/typescript-expressjs-angular2-webpack-starter
- Owner: minhdtb
- Created: 2017-05-19T14:34:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T14:47:05.000Z (about 9 years ago)
- Last Synced: 2025-12-25T18:31:04.454Z (6 months ago)
- Topics: angular2, boilerplate, expressjs, minimalist, starter, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```