- Make sure your NodeJS and npm versions are up to date
or
- Clone the repository
$ git clone https://github.com/boorooksus/React-Puzzle.git
$ npm install
- Start server
$ npm run dev
- Navigate to http://localhost:3000
📂 ./
├── 📂 src/
│ ├── 📂 assets/ # images and styles
│ ├── 📂 pages/ # views
│ ├── 📂 partials/ # partial components for views
│ ├── 📂 typings/ # types for TypeScript
│ ├── 📂 utils/ # utilities
│ ├── ...
│ ├── App.tsx
│ └── main.tsx
│
├── index.html
├── pakage.json
├── ...
└── vite.config.ts