A simple ReactJS application for rendering SpaceX APIs
For development, you will only need Node.js and a node global package, npm, installed in your environement.
-
Just go on official Node.js website and download the installer. Also, be sure to have
git
available in your PATH,npm
might need it (You can find git here). -
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm $ npm install npm -g
$ git clone https://github.com/HikmatullahEhsan/scripting-interface-for-spacex-api
$ cd scripting-interface-for-spacex-api
$ npm install
$ npm start
$ npm run-script build