Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.3 KB

DEPRECATED

Development under this git repository is discontinued and future improvements will continue under io.hyperify.node.

Join our Discord to discuss about our software!


@heusalagroup/fi.hg.ssr

ReactJS Server Side Rendering Library as a Git Submodule, written for TypeScript.

Installation

Use it as a git submodule using hgm:

hgm install fi.hg.ssr
hgm install fi.hg.core

You also will need the Lodash library:

npm install --save-dev lodash '@types/lodash'

Manual installation without the hgm:

mkdir -p src/fi/hg
git submodule add git@github.com:heusalagroup/fi.hg.ssr.git src/fi/hg/ssr
git config -f .gitmodules submodule.src/fi/hg/ssr.branch main

git submodule add git@github.com:heusalagroup/fi.hg.core.git src/fi/hg/core
git config -f .gitmodules submodule.src/fi/hg/core.branch main

npm install --save-dev lodash '@types/lodash'

License

Copyright (c) Heusala Group. All rights reserved. Licensed under the MIT License (the "License");