https://github.com/alexecus/starter-typescript
Develop awesome static website using Typescript, SASS and Webpack without even setting them up
https://github.com/alexecus/starter-typescript
boilerplate generator starter-typescript typescript
Last synced: 6 months ago
JSON representation
Develop awesome static website using Typescript, SASS and Webpack without even setting them up
- Host: GitHub
- URL: https://github.com/alexecus/starter-typescript
- Owner: alexecus
- License: mit
- Created: 2019-03-10T14:33:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T15:26:14.000Z (over 7 years ago)
- Last Synced: 2025-09-28T10:57:46.539Z (10 months ago)
- Topics: boilerplate, generator, starter-typescript, typescript
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starter Typescript
Develop awesome static website using Typescript, SASS and Webpack without even setting them up, right away.
### Usage
* Run `npx starter-typescript new project`, change the word **project** with anything you like
* Run `npm run watch` or `yarn watch`
* Access **localhost:8083** on the browser
* Modify the Typescript file or SASS file on the **assets** folder, or modify the HTML file on the public folder
* See your changes reflect immediately