Skip to content

mwilc0x/deno-client-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-client-demo

What is this?

A working sample repo that demonstrates client -> server interactions using react for client and deno for server.

Fetches stock market data (headlines) with symbol lookup + charts.

PRs/issues/suggestions are most welcome! Clone and hack away. #hacktheplanet

prerequisites

You will need both deno and node. Node is needed for the client setup.

setup && run

From root dir, make sure all prerequisites are installed. Then,

npm run setup && npm run dev

Note

client/ requires a .env file with at least these variables:

REACT_APP_NODE_ENV=dev
REACT_APP_SERVER=http://localhost:8000

Is there something missing or that could be done differently?

Open an issue, or PR, email me, ping me on twitter.

TODO

  • cached asset list for search
  • documentation
  • tests
  • deployment infra

Happy Hacking! ☠️