The zip file contains all files integrated with Rixso, however you need to perform following steps to get node_modules etc.

Note : Make sure this all installation process is done in command prompt.
yarn install 

After Completion of installation Run following command in command promt to start React development server.

yarn start

For production build run below command.

yarn build

I have tried my best to have standards and modular structure while developing the theme. Following sections are explaining the theme structure of cmoponents, plugins, Files & Folders.

File & Folder Structure



├── public
	├── css
	├── favicon.ico
	├── index.html
	├── manifest.json
	├── robots.txt
├── src
   ├── assets
   ├── components
   ├── Layout
      ├── Footer.tsx
      ├── index.tsx
      ├── Navbar.tsx
   ├── pages
   ├── Routes
      ├── allRoutes.tsx
      ├── index.tsx
   ├── App.test.tsx
   ├── App.tsx
   ├── global.d.ts
   ├── index.tsx
   ├── logo.svg
   ├── react-app-env.d.ts
   ├── reportWebVitals.ts
   ├── setupTests.ts
├── package.json
├── README.md
├── tsconfig.json
├── yarn.lock

App.js Structure


Once again thank you for purchasing the theme. I am always available to help you. If you have any suggestion or feature to make it better, I am requesting you to contact me, I'll try my best to add them in future updates.

Best,

- Pichforest

Copyright 2021 Pichforest.