Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sergejcodes-archive/codrops-minze-demo

Minze JS framework demo for codrops article.
https://github.com/sergejcodes-archive/codrops-minze-demo

demo minze minzejs

Last synced: about 1 month ago
JSON representation

Minze JS framework demo for codrops article.

Awesome Lists containing this project

README

        

# Minze Demo

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/sergejcodes/codrops-minze-demo?terminal=serve)

## About

Demo of a fictive Smart Home dashboard application.

![Screenshot](.github/img/screenshot.jpg)

[Article on Codrops](https://tympanus.net/codrops/?p=58877)

[Demo](http://tympanus.net/Tutorials/MinzeDemo/)

## Running

The application only needs a webserver to run.

Install dependencies:

```
npm install
```

Start a local server:

```
npm serve
```

## Credits

- Inter font from [Google Fonts](https://fonts.google.com/share?selection.family=Inter:wght@400;700)

## Misc

Follow Sergej: [GitHub](https://github.com/sergejcodes)

Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)

## License
[MIT](LICENSE)