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.
- Host: GitHub
- URL: https://github.com/matt-landers/bootstrap-starter
- Owner: matt-landers
- Created: 2018-09-24T20:45:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T21:47:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T20:52:17.390Z (over 1 year ago)
- Topics: boilerplate, bootstrap, node, sass, typescript
- Language: CSS
- Homepage: https://covalence.io
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.