Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.06 KB

Documentation

Table of Contents

Overview

Development

Run npm start to see your app at localhost:3000

Building & Deploying

Structure

CSS

See the CSS documentation for more information.

JS

See the JS documentation for more information about the JavaScript side of things.

SEO

We use react-helmet for managing document head tags. Examples on how to write head tags can be found here.

Also we use rssr-seo-optimization that redirect domains starting with www to non-www and remove slash at the end of URL for improve SEO

Testing