Skip to content

Git Module Library for react-seo-server

License

Notifications You must be signed in to change notification settings

sendanor/fi.hg.ssr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:heusalagroup/fi.hg.ssr.git src/fi/hg/ssr
git config -f .gitmodules submodule.src/fi/hg/ssr.branch main

git submodule add [email protected]: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");

About

Git Module Library for react-seo-server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%