Skip to content

mmiszy/xfive-pimp-my-rect

 
 

Repository files navigation

Description

Test task - https://github.com/xfiveco/javascript-test

Test was passed.

In the Application I used:

  • React + Redux + Router
  • Material Design - a React add-on (mainly because I never make app with it)
  • localstoragedb - for storing data on the browser side

...

Requirements

  • node ^5.0.0
  • yarn ^0.23.0 or npm ^3.0.0
$ yarn  # Install project dependencies (or `npm install`)

Running the Project

After completing the installation step, you're ready to start the project!

$ yarn start  # Start the development server (or `npm start`)

While developing, you will probably rely mostly on yarn start; however, there are additional scripts at your disposal:

yarn <script> Description
start Serves your app at localhost:3000
build Builds the application to ./dist
test Runs unit tests with Karma. See testing
test:watch Runs test in watch mode to re-run tests when changed
lint Lints the project for potential errors
lint:fix Lints the project and fixes all correctable errors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.4%
  • CSS 11.2%
  • HTML 0.4%