Skip to content

quaos/deno-react-minimal-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno+React Frontend, minimal setup

Requirements

  • Deno version: ^1.7.0
  • Adds ~/.deno/bin path to your system or user's PATH environment variable
# for *nix and MacOS
export PATH="${PATH};~/.deno/bin"

# for Windows
set PATH=%PATH%:%HOME%\.deno\bin
  • Needs denon for debugging/live reloading

How to start

  • npm
npm run build
npm start
  • yarn
yarn run build
yarn start
  • denon (version ^2.4)
denon start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published