/hygge

Primary LanguageTypeScript

hyGGe

Used Techs: React Js, Typescript, Redux Toolkit, SCSS, Tailwind, Chakra UI

repo size last commit

Frontend File Structure

  • Frontend: React.js

  • Design: Vite

    The generated application has the following frontend folder structure:

    src folder which contains your working files that will be used later to create the build. the src folder contains folders as:

    ├── app                
    │     ├── store.ts
    ├── components                
    │── features
    │     └── blog
    │         └── blogSlice.ts
    └──layouts
    │   └── DefaultLayout.tsx
    └──pages
    └──App.tsx
    └──App.scss
    └──main.tsx
    └──types.ts
    └──index.scss
    

Quick Start

1. Run npm install

This will install both run-time project dependencies and developer tools listed in package.json file.

2. Run npm run dev

Runs the app in the development mode.

📫 Contact


Developed with ❤️