-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.example
93 lines (63 loc) · 1.73 KB
/
README.md.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# REPLACE_WITH_YOUR_PROJECT_NAME
## 📘 About
REPLACE_WITH_YOUR_PROJECT_NAME is ...
## 📝 Table of Contents
- [REPLACE\_WITH\_YOUR\_PROJECT\_NAME](#replace_with_your_project_name)
- [📘 About](#-about)
- [📝 Table of Contents](#-table-of-contents)
- [📦 Built With](#-built-with)
- [⚒ Structure](#-structure)
- [📋 Features](#-features)
- [📄 Documents](#-documents)
- [📝 Versions](#-versions)
- [v0.1.0 - `YYYY-MM-DD`](#v010---yyyy-mm-dd)
- [Version History](#version-history)
- [⚙ Get Started](#-get-started)
## 📦 Built With
- [x] React
- [x] Vite with Vitest
- [x] TailwindCSS
- [x] Jotai
- [x] Containerized with Docker (`nginx-alpine` image)
## ⚒ Structure
```mermaid
graph LR;
Requester-->REPLACE_WITH_YOUR_PROJECT_NAME
REPLACE_WITH_YOUR_PROJECT_NAME-->REPLACE_WITH_YOUR_APP_API
```
## 📋 Features
- `/` Home Page
- `/auth` Authentication Page
- `/about` About Page
- `/not_found` General 404 Page
## 📄 Documents
[./docs/README.md](./docs/README.md)
## 📝 Versions
### v0.1.0 - `YYYY-MM-DD`
- Initialized
### Version History
... [more](./CHANGELOG.md)
## ⚙ Get Started
1. Initialized
```bash
git clone REPLACE_WITH_YOUR_APP_GIT_LINK
```
2. Go to project folder
```bash
cd REPLACE_WITH_YOUR_PROJECT_NAME
```
3. (Optional) Rename `.env.local.example` to `.env.local` with contents from Wiki / Snippet
4. Set up environment by command
```bash
yarn
```
5. Run project by command
```bash
# Start dev server
yarn dev
# Build for production
yarn build
# Locally preview the production build
yarn preview
```
🌈 Vite Template `buildingwatsize/vite-react-tailwind-jotai` – Made with ❤️ by Watsize 🌈