/launch

Application that calls R/SPACEX API to retrieve data about space launches. It is made using React, Redux and SCSS.

Primary LanguageJavaScript

Launch

Application that calls R/SPACEX API to retrieve data about space launches. It is made using React, Redux and SCSS.

Getting Started

Just follow these instructions to run the application:

Clone the repository.

    git clone git@github.com:Rammina/launch.git

After that, go inside the project directory.

    cd launch

Install the required dependencies, by running:

    npm install --save

After installation, you may now run the project on http://localhost:3000 using:

    npm start