Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 385 Bytes

Run the Adder Example

To run the example, follow the following steps:

git clone https://github.com/nidstang/elm-workers
cd elm-workers
npm install
npm run build
npm run dev

Go to http://localhost:3000 to see it in action.

Requirements

To run this program you'll need download and install https://nodejs.org/es/ for your platform.