An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

⚛️ Counter App



A simple counter app for learn ReactJS with typescript


Counter App

## 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