Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
Template Elm app using gulp
- Host: GitHub
- URL: https://github.com/chadtech/gulp-elm-starter-project
- Owner: Chadtech
- Created: 2016-03-20T22:19:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T05:34:25.000Z (9 months ago)
- Last Synced: 2024-04-19T06:29:52.245Z (9 months ago)
- Topics: boilerplate, elm, gulp
- Language: Elm
- Homepage:
- Size: 888 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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