Edit src/App.js
and save to reload.
This is a starter kit that you can use with the Forrest CLI for a very quick project kickoff:
npx forrest run my-project
(Learn more about react-ssr)
This is a small demonstrational feature that is composed of a server (GraphQL Endpoint) and client part.
In the server we watch a /pages
folder for Markdown files and parse their frontmatter
for meta informations.
Pages are cached in memory with an invalidation policy on change.
In the client we use Redux, React Router and React INTL to produce a rich navigation experience through multi-language content with an independent multi-language interface.