https://github.com/tednaaa/paint
🎨 Paint SPA built in Canvas using ReactJS + TypeScript
https://github.com/tednaaa/paint
canvas effector effector-react jest paint paint-application react-router-dom-v6 reactjs scss scss-modules typescript vercel webpack
Last synced: 4 months ago
JSON representation
🎨 Paint SPA built in Canvas using ReactJS + TypeScript
- Host: GitHub
- URL: https://github.com/tednaaa/paint
- Owner: tednaaa
- License: mit
- Created: 2021-04-20T14:05:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T21:11:21.000Z (about 2 years ago)
- Last Synced: 2025-02-01T13:41:36.138Z (5 months ago)
- Topics: canvas, effector, effector-react, jest, paint, paint-application, react-router-dom-v6, reactjs, scss, scss-modules, typescript, vercel, webpack
- Language: TypeScript
- Homepage: https://paint-tednaaa.vercel.app
- Size: 728 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Init project
> Install packages
```
npm ci
```> Copy .env.example to .env and fill credentials
```
cp .env.example .env
```- `PORT`: port for local development
- `API_URL`: api url for requesting queries to backend> Run local severr for development
```
npm run dev
```> Build your project and minify for production
```
npm run build
```