Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 439 Bytes

File metadata and controls

16 lines (13 loc) · 439 Bytes

Instructions to run:

First, in the project directory run:

npm install

to install all required packages. There are two additional packages that must be manually installed. These packages are: @material-ui/core @material-ui/icons react-redux

You can install these packages using the node package manager, npm. For reference, we use node v8.12.0

Now to start the project, run

npm start