Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
emre-cil committed Aug 22, 2022
2 parents 4bf3a1c + 9cf97e3 commit 7c4c548
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
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 |

0 comments on commit 7c4c548

Please sign in to comment.