https://github.com/dncomponents/dncomponents-ts-starter-bs
Starter project for typescript dncomponents with bootstrap ui.
https://github.com/dncomponents/dncomponents-ts-starter-bs
bootstrap typescript ui
Last synced: 3 months ago
JSON representation
Starter project for typescript dncomponents with bootstrap ui.
- Host: GitHub
- URL: https://github.com/dncomponents/dncomponents-ts-starter-bs
- Owner: dncomponents
- License: gpl-3.0
- Created: 2020-06-12T16:19:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T17:12:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T23:41:05.661Z (over 1 year ago)
- Topics: bootstrap, typescript, ui
- Language: SCSS
- Size: 603 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dncomponents-ts-starter-bs
Starter project for typescript dncomponents with bootstrap ui.
## How to use
```
# clone project
$ git clone https://github.com/dncomponents/dncomponents-ts-starter-bs.git
# change directory to project folder
cd dncomponents-ts-starter-bs
# install all dependencies.
$ npm install
# Start developing and serve your app:
npm start
```