Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 779 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 779 Bytes

Marcus Aurelius

https://nduatik.github.io/marcus-aurelius/

Design by Kevin Pham

Reference

dependencies

This project requires the latest LTS version of Node.js

npm install -g elm elm-spa

running locally

elm-spa server  # starts this app at http:/localhost:1234

Create a link to docs called public

mklink /J public docs 

other commands

elm-spa add    # add a new page to the application
elm-spa build  # production build
elm-spa watch  # runs build as you code (without the server)

learn more

You can learn more at elm-spa.dev