Skip to content

harlantwood/elixirscript-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixirscript Starter Kit

Working ElixirScript starter kit with minimal "Hello World" functionality.

Uses Parcel under the hood for bundling, serving, and hot reloading.

Running

mix deps.get
mix compile

cd js
yarn install
yarn serve

Open http://localhost:1234/

You should see the output produced by ElixirscriptDemo.hello() in the console.

Build production bundle

mix deps.get
mix compile

cd js
yarn install
yarn build

Your HTML and JS bundle will be in the ./js/dist/ dir.

About

"Hello World" demo for getting started with ElixirScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published