Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexgalhardo/painter.alexgalhardo.com

A personal and challenge project I created to learn and improve my ReactJS skills in a Single Page Application states management.
https://github.com/alexgalhardo/painter.alexgalhardo.com

react reactjs single-page-app single-page-applications spa typescript

Last synced: 28 days ago
JSON representation

A personal and challenge project I created to learn and improve my ReactJS skills in a Single Page Application states management.

Awesome Lists containing this project

README

        


painter.alexgalhardo.com


## Introduction

* A personal and challenge project I created to learn and improve my ReactJS skills in a Single Page Application states management.

## Development Setup Local

1. Clone this repository
```
git clone https://github.com/AlexGalhardo/painter.alexgalhardo.com
```

2. Enter repository
```
cd painter.alexgalhardo.com/
```

3. Run setup.sh
```
chmod +x setup.sh && ./setup.sh
```

## Build for deploy

a. Create build
```
bun run build
```

b. Preview production build
```
bun run preview
```

* Open production build local server (build + preview)
```
bun run start
```

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) August 2023-present, [Alex Galhardo](https://github.com/AlexGalhardo)