elm-spa/docs/README.md
2021-01-15 21:39:37 -06:00

1.2 KiB

elm-spa.dev

🌳 built with elm-spa

Screenshot of the site

dependencies

This project requires the latest LTS version of Node.js

npm install -g elm-spa

running locally

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

other commands

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

learn more

You can learn more at elm-spa.dev

guide

  • Overview
    • Features
    • Quickstart
    • Installation
  • CLI
    • Creating new projects
    • Adding new pages
    • Production build
    • Developing locally
    • Using other dev servers
  • Basics
    • Routing
    • Pages
      • Not Found (Pages/NotFound.elm)
    • Shared (Shared)
    • Components
    • View (View)
    • Static Assets
  • Advanced
    • Custom Development Server
      • Parcel
      • Webpack
    • Deployment & hosting
      • Netlify
      • Github pages
    • User authentication
      • Storing tokens
      • Redirecting pages
    • Local storage
    • Page Transitions (Main)
      • Customizing Main.elm
    • REST APIs
    • GraphQL