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

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

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