Skip to content
/ paint Public

🎨 Paint SPA built in Canvas using ReactJS + TypeScript

License

Notifications You must be signed in to change notification settings

tednaaa/paint

Repository files navigation

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