mterczynski / paint

Windows 10 Paint clone made with React and Redux
https://www.mter.pl/paint
5 stars 2 forks source link
canvas react redux

Paint

CircleCI

Description

Windows 10 Paint clone made with React and Redux

Prerequisites

Installing dependencies

npm i

Starting the application in watch mode

# starts dev-server
npm start

# starts dev-server, opens the app in deafult browser
npm run start:open

Building the application

npm run build

Running unit tests

# Watch mode
npm test

# Runs all unit tests once
npm run test:once

Styling code

npm run style:fix

Dev Notes

Styled components is the current method of styling components in this project which replaces the previous method of styling components with scss.