---
to: <%= h.changeCase.lower(name) %>/README.md
---
# <%= h.inflection.camelize(name, false) %>

## About
This is my awesome LiveViewJS project. There are many like it but this one is mine.

## Features
* Live, dynamic user experiences without complex front-end code
* Easy, automatic state management between server and client
* Simple, powerful form validation using changesets
* Batteries included file upload support with DnD, progress, and image previews
* Real-time, multiplayer capabilities with PubSub

## Routes
* / - Index redirects to /hello
* /hello - simple hello world LiveView
* /hello/:name - simple hello world LiveView with dynamic name

## Running Locally
`npm install`
`npm run dev`

## More documentation
Visit [LiveViewJS](https://liveviewjs.com) for more documentation, examples, and guides.
