Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 488 Bytes

File metadata and controls

17 lines (12 loc) · 488 Bytes

Spacex Launches

Single Page Application that displays some information from the SpaceX API, such as previous and next launches, and all rockets.

Spacex Launches image

The main purpose of the project was to learn React and Webpack, so I created it from scratch by configuring Webpack manually.

Installation

cd spacex-launches
git clone https://github.com/deztidev/spacex-launches.git
npm install
npm run build
npm run start