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

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

Awesome Lists containing this project

README

          

# Bowtie - Web

[![Build Status](https://travis-ci.org/tchupp/bowtie.svg?branch=master)](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`