https://github.com/tsmean/frontend
All frontend modules of the tsmean seed bundled together
https://github.com/tsmean/frontend
Last synced: 2 months ago
JSON representation
All frontend modules of the tsmean seed bundled together
- Host: GitHub
- URL: https://github.com/tsmean/frontend
- Owner: tsmean
- Created: 2017-05-31T19:01:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T06:42:09.000Z (over 7 years ago)
- Last Synced: 2025-01-29T00:52:42.707Z (4 months ago)
- Language: TypeScript
- Homepage: http://www.tsmean.com
- Size: 273 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
### Prerequisits
- node v6 or v8
- git
- ts-node### Set up
```
git clone https://github.com/tsmean/frontend.git
cd frontend
npm install
```