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

https://github.com/gianfrancofrau/simple-static-starter

A simple starter toolchain for frontend projects. Based on Webpack, Typescript and Sass.
https://github.com/gianfrancofrau/simple-static-starter

html javascript sass starter static typescript

Last synced: 3 months ago
JSON representation

A simple starter toolchain for frontend projects. Based on Webpack, Typescript and Sass.

Awesome Lists containing this project

README

        

# Simple Static Starter

A simple starter toolchain for frontend projects. Based on Webpack, Typescript and Sass.
Just clone this repo and start your new awesome project.

### Installation

```
npm install
```

### Start local development server

```
npm start
```

### Build for production

```
npm run build
```