This is a copy of the Redux Shopping Cart Example.
To install dependencies, use the package manager Yarn:
yarn
To start a development server:
yarn start
Please create a new, public Github repository where your assessment can be reviewed. We recommend the following steps:
- Create a repository on your personal Github. Make sure the
Initialize this repository with a README
box is unchecked. - Visit your new repository. Copy the
…or push an existing repository from the command line
code provided and run it in your terminal in the same directory as this README file. It will look something like this:
git remote add origin [email protected]:my-username/my-assessment.git
git push -u origin master
Note: You're encouraged to show your work by including multiple commits - we'll be looking through your git history.
You're welcome (but not required) to add any libraries you think would be helpful.
Please also update this README file: we'd love to see notes on your decision-making process, links to the most exciting pieces of code, or anything else that will give us additional context when reviewing your assessment.