Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 508 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 508 Bytes

This project uses with: ⚛️ Create React App, 🖋️MUI, ✅ Next.js

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

.
├── 📂 components
├── 📂 pages
├── 📂 public
├── 📁 styles
└── README.md
├── ...