https://github.com/tchupp/bowtie
Bowtie is a Closet organization tool, showcasing the Ignition Platform
https://github.com/tchupp/bowtie
Last synced: 11 months ago
JSON representation
Bowtie is a Closet organization tool, showcasing the Ignition Platform
- Host: GitHub
- URL: https://github.com/tchupp/bowtie
- Owner: tchupp
- License: bsd-3-clause
- Created: 2018-11-04T21:22:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T01:13:49.000Z (over 3 years ago)
- Last Synced: 2024-03-18T10:15:25.258Z (about 2 years ago)
- Language: CSS
- Homepage: https://tchupp.github.io/bowtie/
- Size: 4.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bowtie - Web
[](https://travis-ci.org/tchupp/bowtie)
Bowtie is a Closet organization tool, showcasing the Ignition Platform
### Serve locally:
```
yarn run dev
```
* Access app at `http://localhost:3000/`
* The entry point file is `src/elm/Main.elm`
* Browser will refresh automatically on any file changes..
### Build & bundle for prod:
```
yarn run build
```
* Files are saved into the `/dist` folder
* To check it, open `dist/index.html`