Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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