Skip to content

benthepoet/elm-parcel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-parcel-example

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.

npx parcel src/index.html

Building for production

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

npx parcel build src/index.html

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

About

An example Elm application built with Parcel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published