Skip to content

Soremwar/deno-react-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently bundling is being done with help of the builtin Deno bundling, so this is not a perfect solution or one that is meant to work on every browser out there

To start the server with all the correct permissions you need to run

deno run --allow-read=public --allow-net=0.0.0.0:3000 mod.ts

To bundle your project (the webserver expects an app.js file to exist at all times in the public folder) you need to run the following command

deno bundle client/App.tsx public/app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published