Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 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 [email protected]:Chadtech/gulp-elm-starter-project.git new-project
cd new-project
npm install
npm run dev
```
then open up http://localhost:6888