Update README.md

This commit is contained in:
Ryan Haskell-Glatz 2021-01-15 21:44:10 -06:00 committed by GitHub
parent 675f3ef421
commit 511af9f8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,39 +29,3 @@ elm-spa watch # builds code as you go (without the server)
You can learn more at [elm-spa.dev](https://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