Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexgalhardo/painter.alexgalhardo.com
- Owner: AlexGalhardo
- Created: 2023-09-10T21:02:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-26T11:52:25.000Z (8 months ago)
- Last Synced: 2025-01-03T05:33:33.378Z (about 1 month ago)
- Topics: react, reactjs, single-page-app, single-page-applications, spa, typescript
- Language: TypeScript
- Homepage: https://painter.alexgalhardo.com
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)