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

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.

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
```