Welcome to Your Web Project
This is a starting template for your web project using React, Rollup, SASS, NPM/Yarn monorepo, and Server-side rendering (SSR).
Getting Started
- To change this page open src/views/HomeView/HomeView.tsx file and make modifications.
- To add a new page open src/routes/routes.tsx, and add a new route. Create the associated page in src/views.
- To add or change a page browser title, add or change the following:
<HelmetHead title="New title" description="New description" />
Now you're ready to build your awesome web application!