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

https://github.com/matt-landers/bootstrap-starter

Simple bootstrap starter that has TypeScript and Sass setup and ready to go.
https://github.com/matt-landers/bootstrap-starter

boilerplate bootstrap node sass typescript

Last synced: 3 months ago
JSON representation

Simple bootstrap starter that has TypeScript and Sass setup and ready to go.

Awesome Lists containing this project

README

          

# Bootstrap Starter
This project is from the YouTube video: https://youtu.be/QP3fG31CdMg

## What is it?
Just a simple project that has TypeScript, Sass, and Bootstrap hooked up for you.

## How to use it
Be sure to run `npm install`

For development use the npm script:
```
npm run dev
```
This will watch for Sass and TypeScript changes and restart the server.

Happy Coding!

If anything stops working due to dependencies, open an issue and I'll fix it.