Application that allows users search by the past launches using the SpaceX api
This is a Next.js project bootstrapped
with create-next-app.
This application runs on Node v16.18.0.
Install the node modules
npm installRun the development server:
npm run devOpen http://localhost:50000 with your browser to see the result.
Install the node modules and run the production server:
npm run startNavigate to http://localhost:50000 with your browser to see the result.