This is a React starter/boilerplate project. Comparing to its alternatives, it completely works buildless with the power of Deno and htm.
This project is currently in early stages of its development. Descriptions or instructions are not mature yet as well as the project itself.
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 run -A src/server/mod.js
Open http://localhost:8000 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.