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: 5 months ago
JSON representation
Minze JS framework demo for codrops article.
- Host: GitHub
- URL: https://github.com/sergejcodes-archive/codrops-minze-demo
- Owner: sergejcodes-archive
- License: mit
- Archived: true
- Created: 2022-02-27T17:28:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T17:31:10.000Z (over 1 year ago)
- Last Synced: 2025-02-09T00:48:52.540Z (5 months ago)
- Topics: demo, minze, minzejs
- Language: JavaScript
- Homepage: https://minze.dev
- Size: 384 KB
- Stars: 55
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minze Demo
[](https://stackblitz.com/github/sergejcodes/codrops-minze-demo?terminal=serve)
## About
Demo of a fictive Smart Home dashboard application.

[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)