Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 1.01 KB

README.md

File metadata and controls

45 lines (41 loc) · 1.01 KB

Atmoseer-app-frontend

Get started

Clone the repository

git clone https://github.com/rhyanpinto/atmoseer-app-frontend.git
cd atmoseer-app-frontend

Initialize atmoseer project

git submodule update --init --progress

Project structure

atmoseer-app-frontend
├── atmoseer_app_frontend
│   ├── node_modules
│   ├── public
│   ├── src
│   │   ├── assets
│   │   ├── components
│   │   ├── lib
│   │   ├── pages
│   │   │   └── Home.tsx
│   │   ├── App.tsx
│   │   ├── main.tsx
│   │   ├── routes.tsx
│   │   └──  vite-env.d.ts
│   ├── .eslintrc.cjs
│   ├── .gitignore
│   ├── index.html
│   ├── package.json
│   ├── README.md
│   ├── tsconfig.json
│   ├── tsconfig.node.json
│   ├── vite.config.ts
│   └──  yarn.lock
├── atmoseer-app-backend
├── .gitmodules
├── LICENSE
└──  README.md