This is a React starter/boilerplate project. Comparing to its alternatives, it completely works buildless with the power of Deno and htm.
You can see the latest running version of the code deployed on deno.dev at buildless-deno-react-ssr.deno.dev.
This project is currently in early stages of its development. Descriptions or instructions are not mature yet as well as the project itself.
- Doesn't require any transpilation / compiler process! (no more babel or typescript compiler!)
- There's no bundles generated (no more webpack!)
- Both backend and frontend shares the same files.
- Works with Deno and any runtime supports ES Modules natively.
Ensure that Deno
is installed on your system first.
Clone this git repo
git clone https://github.com/eserozvataf/buildless-deno-react-ssr.git
- and
checkout the
tagged release
you'd like to use.
Then run the server,
$ deno task start
Open http://localhost:8080 to view it in the browser.
See GitHub Projects for more.
- Deno (https://deno.land/)
Apache 2.0, for further details, please see LICENSE file.
See CONTRIBUTING.md for details.
It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.
- To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
- To report a bug: If something does not work, please report it using GitHub Issues.