Develop a front-end application which would help users list and browse all launches by SpaceX program. Important API information that would help you to fetch the data
- [“Server-Side Rendering”]
Demo: Click to see DEMO
First clone project and install dependencies
$ git clone https://github.com/vishal62189/vishal_xt_demo.git
$ cd vishal_xt_demo
$ npm install
Run on local
$ npm run dev
Navigate to http://localhost:5000
Deployment build
$ npm run build:prod
This project is deployed using Heroku: