This is an application written in Elm which displays simple binary clock.
This app is built using Webpack 3.x.
-
Run
npm install
to fetch and install its dependencies. -
Run
npm run build
to build the app. The output will be indist/
directory. -
Or run
npm start
to start the development server. The server will be listening on port5757
.
MIT. See LICENSE
file for the full text.