Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eser/buildless-deno-react-ssr
"Buildless" starter project for React w/ SSR runs on Deno
https://github.com/eser/buildless-deno-react-ssr
acikkaynak buildless deno javascript react ssr
Last synced: about 1 month ago
JSON representation
"Buildless" starter project for React w/ SSR runs on Deno
- Host: GitHub
- URL: https://github.com/eser/buildless-deno-react-ssr
- Owner: eser
- License: apache-2.0
- Archived: true
- Created: 2021-12-03T23:54:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T05:00:20.000Z (over 2 years ago)
- Last Synced: 2024-08-06T10:12:38.229Z (4 months ago)
- Topics: acikkaynak, buildless, deno, javascript, react, ssr
- Language: JavaScript
- Homepage: https://buildless.deno.dev/
- Size: 48.8 KB
- Stars: 42
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-buildless - buildless-deno-react-ssr
README
# ✖️ [buildless-deno-react-ssr](https://github.com/eserozvataf/buildless-deno-react-ssr)
This is a React starter/boilerplate project. Comparing to its alternatives, it
completely works [buildless](https://buildless.site/) with the power of
[Deno](https://deno.land/) and [htm](https://github.com/developit/htm).You can see the latest running version of the code deployed on deno.dev at
[buildless-deno-react-ssr.deno.dev](https://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._## Features
- 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.## Quick start
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](https://github.com/eserozvataf/buildless-deno-react-ssr/releases)
you'd like to use.Then run the server,
```sh
$ deno task start
```Open http://localhost:8080 to view it in the browser.
## Todo List
See
[GitHub Projects](https://github.com/eserozvataf/buildless-deno-react-ssr/projects)
for more.## Requirements
- Deno (https://deno.land/)
## License
Apache 2.0, for further details, please see [LICENSE](LICENSE) file.
## Contributing
See [CONTRIBUTING.md](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](https://github.com/eserozvataf/buildless-deno-react-ssr/issues).## To Support
[Visit my patreon profile at patreon.com/eserozvataf](https://www.patreon.com/eserozvataf)