https://github.com/jordymoos/elm-polymer-shop
Polymer Shop with Elm
https://github.com/jordymoos/elm-polymer-shop
Last synced: 4 months ago
JSON representation
Polymer Shop with Elm
- Host: GitHub
- URL: https://github.com/jordymoos/elm-polymer-shop
- Owner: JordyMoos
- Created: 2018-01-01T17:19:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T22:16:17.000Z (over 7 years ago)
- Last Synced: 2024-12-31T19:15:22.122Z (5 months ago)
- Language: Elm
- Size: 6.47 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Polymer Shop
The polymer shop but then partially in Elm!
# Run this
Clone this
```
git clone https://github.com/JordyMoos/elm-polymer-shop.git
```
```
cd elm-polymer-shop
```Install dependencies
```
bower install
yarn install
```Run the app
```
yarn dev:build
yarn dev
```Goto `[::1]:8888` in your browser.