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

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

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