Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigardone/elm-spa-parcel
Base project using Elm, elm-spa, elm-css and Parcel
https://github.com/bigardone/elm-spa-parcel
elm-css elm-lang elm-spa parceljs
Last synced: about 2 months ago
JSON representation
Base project using Elm, elm-spa, elm-css and Parcel
- Host: GitHub
- URL: https://github.com/bigardone/elm-spa-parcel
- Owner: bigardone
- Created: 2020-04-07T09:53:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:58:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T20:42:11.076Z (3 months ago)
- Topics: elm-css, elm-lang, elm-spa, parceljs
- Language: Elm
- Homepage:
- Size: 1.14 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm-spa Parcel template
Base project template using:
- **elm 0.19.1-3**
- **elm-spa 5.0.2**
- **elm-css 16.0.1**
- **Parcel 1.12.4**## How to use this template
Just run:
- `git clone [email protected]:bigardone/elm-spa-parcel.git`
- `cd elm-spa-parcel`
- `npm start`To build it:
- `npm run build`