Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tednaaa/paint
🎨 Paint SPA built in Canvas using ReactJS and TypeScript
https://github.com/tednaaa/paint
canvas effector effector-react jest oop paint paint-application react-router-dom-v6 reactjs scss scss-modules typescript vercel
Last synced: 26 days ago
JSON representation
🎨 Paint SPA built in Canvas using ReactJS and TypeScript
- Host: GitHub
- URL: https://github.com/tednaaa/paint
- Owner: tednaaa
- License: mit
- Created: 2021-04-20T14:05:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T21:11:21.000Z (over 1 year ago)
- Last Synced: 2023-06-13T23:57:30.582Z (over 1 year ago)
- Topics: canvas, effector, effector-react, jest, oop, paint, paint-application, react-router-dom-v6, reactjs, scss, scss-modules, typescript, vercel
- 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
```