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

https://github.com/hackpoint/ng-apps


https://github.com/hackpoint/ng-apps

angular boilerplate nodejs typescript2

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Angular and NodeJS with Typescript
## Updated to latest versions

### Build
[![Build Status](https://travis-ci.org/HackPoint/ng-apps.png?branch=master)](https://travis-ci.org/HackPoint/ng-apps)

### Getting started:
1. npm install
2. npm start

### TODO:
1. Add redux or any state management
2. Add UX/UI framework

### Using:
#### Server:
* [Express](http://expressjs.com/) - web framework
* [InversifyJS](https://github.com/inversify/InversifyJS)- TypeScript DI/IoC framework
* [TypeORM](https://github.com/typeorm/typeorm/) - TypeScript ORM (uses sqlite as an example)
* [winston](https://github.com/winstonjs/winston/) - logging framework

### License:
MIT