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

https://github.com/chadtech/tieugra


https://github.com/chadtech/tieugra

Last synced: about 1 year ago
JSON representation

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
```