martinbryant / beer-engineer-elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-application-parcel

An example Elm application built with Parcel.

Running the application

To run the example application first install the dependencies.

npm install

Then just run the following command and parcel will serve the application.

npm start

Building for production

When you want to build the optimized production files you just run the following command.

npm build

Afterwards the compiled production assets will be located in the dist folder.

About


Languages

Language:Elm 89.2%Language:HTML 6.1%Language:JavaScript 4.7%