https://github.com/nikolam-dev/counter-app-tsx
⚛️ A simple counter app for learn ReactJS with typescript
https://github.com/nikolam-dev/counter-app-tsx
react testing typescript vite
Last synced: about 2 months ago
JSON representation
⚛️ A simple counter app for learn ReactJS with typescript
- Host: GitHub
- URL: https://github.com/nikolam-dev/counter-app-tsx
- Owner: NikolaM-Dev
- Created: 2022-01-01T22:38:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T16:00:05.000Z (over 4 years ago)
- Last Synced: 2025-06-11T01:58:55.439Z (about 1 year ago)
- Topics: react, testing, typescript, vite
- Language: TypeScript
- Homepage: https://nikolam-dev.github.io/counter-app-tsx/
- Size: 629 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
⚛️ Counter App
A simple counter app for learn ReactJS with typescript
## Demo
[Counter App](https://nikolam-dev.github.io/counter-app-tsx/)
## Run Locally
Clone the project
```bash
git clone https://github.com/NikolaM-Dev/counter-app-tsx.git
```
Go to the project directory
```bash
cd counter-app-tsx
```
Install dependencies
```bash
yarn
```
Start the server
```bash
# Development
yarn start:dev
# Build
yarn build
# Preview
yarn preview
```
## ©️ Copyright
**`LICENSE`**: MIT
Check the file [here](./LICENSE)
⌨️ with ❤️ by NikolaM-Dev