https://github.com/hackpoint/ng-apps
https://github.com/hackpoint/ng-apps
angular boilerplate nodejs typescript2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackpoint/ng-apps
- Owner: HackPoint
- Created: 2017-11-08T17:14:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T00:27:29.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T17:22:13.589Z (about 1 year ago)
- Topics: angular, boilerplate, nodejs, typescript2
- Language: TypeScript
- Size: 480 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular and NodeJS with Typescript
## Updated to latest versions
### Build
[](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