Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Jan 18, 2022
1 parent bc073d7 commit f189415
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## LiveViewJS Proof of Concept

Learned about [Phoenix LiveView](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html) and really loved the concept. Wanted to learn more about how it worked and see if I could get a basic PoC working in Typescript.

### To Run
`npm i` - install the deps

`npm run server-build` - compile the server and watch for changes (tsc)

`npm run client-build` - compiles the client code (parcel)

`npm run server` - runs the server

`npm run test` - runs the (few) tests

### To see
Point your browser to `http://localhost:3002/`

### Where is the example page from?
Watched the free version of this course: [Phoenix LiveView Course](https://pragmaticstudio.com/phoenix-liveview)

0 comments on commit f189415

Please sign in to comment.