Skip to content

mterczynski/paint

Repository files navigation

Paint

CircleCI

Description

Windows 10 Paint clone made with React and Redux

Prerequisites

  • Node.js (recommended versions: 16.x)
  • npm

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.

About

Windows 10 Paint clone made with React and Redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages