Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 1.58 KB

README.md

File metadata and controls

79 lines (51 loc) · 1.58 KB

React Puzzle App ·

Demo

Move to Demo Website

메인 페이지

main page

퍼즐 변경

change

셔플

suffle

퍼즐 성공

success5


Quick Start

Prerequisites

  • Make sure your NodeJS and npm versions are up to date

Download

or

  • Clone the repository
$ git clone https://github.com/boorooksus/React-Puzzle.git

Installation

$ npm install

Basic Usage

  • Start server
$ npm run dev

Directory Structure

📂 ./
├── 📂 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