Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 211 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 211 Bytes

Elm app template using parcel

Install dependencies

$ npm i

Dev server

$ npm start

Build

$ npm run build

Format

$ npm run format

Test

$ npm test