Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 589 Bytes

File metadata and controls

22 lines (13 loc) · 589 Bytes

Project built with React.js, Redux and Bootstrap

Setup Development Tools

Build & Run SolarSystem app

Open a command line a follow instrunctions:

Copy project with git clone command

# install dependencies with npm install command
npm install
 
# runs website with hot reload at localhost:3000
npm run start