Windows 10 Paint clone made with React and Redux
npm i
# starts dev-server
npm start
# starts dev-server, opens the app in deafult browser
npm run start:open
npm run build
# Watch mode
npm test
# Runs all unit tests once
npm run test:once
npm run style:fix
Styled components is the current method of styling components in this project which replaces the previous method of styling components with scss.