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

https://github.com/chadtech/gulp-elm-starter-project

Template Elm app using gulp
https://github.com/chadtech/gulp-elm-starter-project

boilerplate elm gulp

Last synced: 3 months ago
JSON representation

Template Elm app using gulp

Awesome Lists containing this project

README

          

# Elm Gulp Starter Project

Its basically a template development environment with my favorite tooling and what I believe to be the best practices. Its the repo I pull down when I start new Elm projects. It also might be useful to look at, if you are learning how to use Elm.

How to get going..
```
git clone git@github.com:Chadtech/gulp-elm-starter-project.git new-project
cd new-project
npm install
npm run dev
```
then open up http://localhost:6888