Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmacmurray/elm-setup
https://github.com/andrewmacmurray/elm-setup
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewmacmurray/elm-setup
- Owner: andrewMacmurray
- Created: 2019-05-23T17:18:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T11:28:43.000Z (4 months ago)
- Last Synced: 2024-07-02T09:21:49.692Z (4 months ago)
- Language: Elm
- Size: 300 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Setup
Frontend setup with Elm, Typescript, and Vite
# Get up and running
Install dependencies
```
npm install
```Run locally
```
npm start
```Build the project
```
npm run build
```Run unit tests
```
npm run test
```Run elm-review
```
npm run review
```