This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/emre-cil/viterjs-template
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# Vite Redux React Template | ||
<h1 align="center"> viterjs-template <h1/> | ||
|
||
## Getting started | ||
|
||
#### Clone the repo | ||
``` | ||
git clone https://github.com/emre-cil/viterjs-template.git | ||
cd viterjs-template | ||
``` | ||
|
||
#### Install Dependencies | ||
``` | ||
yarn | ||
``` | ||
#### Run | ||
``` | ||
yarn dev | ||
``` | ||
### Scripts | ||
| Script | Description | | ||
| ------------- | --------------------------------------------------- | | ||
| yarn dev | Runs the application. | | ||
| yarn build | Create builds for the application. | | ||
| yarn preview | Runs the Vite preview | | ||
| yarn lint | Display eslint errors | | ||
| yarn lint:fix | Fix the eslint errors | | ||
| yarn format | Runs prettier for all files | |