Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 545 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 545 Bytes

React-Redux Slide Show

Install

From your terminal run:

    git clone [email protected]:orlando-paredes-hamsho/react-ppt.git

Then once it's downloaded

    npm install

Run the dev server

From your terminal run:

    npm run start 

Or in cloud 9:

    npm run cloud

Before Working on the file

Always remember to:

    git pull

Then once it's downloaded

    npm install

This will get your files up to date and you will be able to continue working.