This is online shop is built with React.js and Redux and packages like React-router and React-redux.
If you want to run the App in your computer, then follow the steps provided below:
- Download the project from (https://github.com/fjplaurr/flowersShop) by pressing the green button "Clone or download".
- Unzip the file downloaded.
- Open a Command Line Interface and go to the root file of the project (It is called flowersShop).
- Type in the Command Line Interface: 'npm install'. An error will occur if you do not have npm installed in your computer. If so, download Node.js from here (https://nodejs.org/es/download/).
- Wait for the installation to finish.
- When finished, type in the Command Line Interface: 'npm start'. A tab in your default web browser should open in port 3000 and the App should be working now.
Things you need to be installed to run this app:
- Node.js (https://nodejs.org/es/download/)
- Francisco Javier Plaza Urrutia - fjplaurr