Skip to content

tudq01/Travelo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travelo Website

Trang web đặt tour du lịch,nghỉ dưỡng

Cấu trúc thư mục

Travelo-Website#v1.0
├── public/          #static files
│   └── index.html   #html template
│
├── src/             # root
│   ├── assets/      # assets    -  thư mục ảnh 
│   ├── component/   # component - các component
│   ├── config/      # config    - file cấu hình
│   ├── containers/  # containers- các component dùng chung
│   ├── context/     # context   - lưu trữ các hàm,dữ liệu truy cập từ nhiều component khác nhau
│   ├── hooks/       # hooks     - các custom hook 
│   ├── routes/      # routes    - các routes ứng dụng
│   ├── scss/        # scss      - file style các component
│   ├── services/    # services  - các hàm gọi api
│   ├── utils/       # utils     - các hàm hỗ trợ
│   ├── view/        # vieư      -  giao diện chính từng page
│   ├── App.js
│   ├── App.test.js
│   ├── index.js
│
└── package.json

Installation

Install library:

$ yarn

Start

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published