https://github.com/chadtech/tieugra
https://github.com/chadtech/tieugra
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadtech/tieugra
- Owner: Chadtech
- Created: 2018-04-29T23:08:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T15:42:34.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T07:42:07.792Z (over 1 year ago)
- Language: Elm
- Size: 14.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# HI THERE
This is my
# Elm Gulp Browserify Boilerplate
Its basically a template development environment with my favorite tooling and what I believe to be the best practices. It also might be useful to look at, if you are learning how to use Elm.
How to get going..
```
> git clone https://github.com/Chadtech/gulp-elm-boilerplate.git new-project
> cd new-project
> npm install
> elm package install --yes
> gulp
then open up http://localhost:2957
```
This repo is organized as ..
```
elm-package.json
gulpFile.js
package-lock.json
package.json
public
├── app.js
├── elm.js
└── index.html
readme.md
server.js
src
├── Html
│ └── Custom.elm
├── Main.elm
├── Model.elm
├── Msg.elm
├── Ports.elm
├── Util.elm
├── View.elm
└── app.js
```