Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/renatoathaydes/dart-sass-bulma-example

Example Dart Web Project that uses Sass and Bulma
https://github.com/renatoathaydes/dart-sass-bulma-example

bulma dart dart2 sass

Last synced: 10 days ago
JSON representation

Example Dart Web Project that uses Sass and Bulma

Awesome Lists containing this project

README

        

Example Dart project that uses Sass and Bulma.

See [blog post](https://sites.google.com/a/athaydes.com/renato-athaydes/posts/usingsassandbulmaindartwebprojects#TOC-Using-all-of-Bulma)
explaining how this works.

To build:

```
webdev build
```

Result goes into the `build/` folder.

To serve at `http://localhost:8080`:

```
webdev serve
```

Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).