ReadyPlayer2 / nasa-playgrounds

React application to call the NASA APOD API and display returned images and videos
MIT License
2 stars 0 forks source link

Load the /space route by default #13

Closed ReadyPlayer2 closed 5 years ago

ReadyPlayer2 commented 5 years ago

This will make it easier to develop.

Info: Currently when running the application using npm start the URL localhost:3000/ is loaded with the default create-react-app page. This page is useful in debugging (to check routes are working etc), but is rarely required so it would be better to load directly to localhost:3000/space.

candacej97 commented 5 years ago

Hi 👋🏾 I'd like to help out on some of the easier things that you may not have time for. I've worked with React and JavaScript before. However, I'm unclear as what you mean by routing to /space by default.

Would you not want / to be seen at all? I could submit a pull request for a simple redirect!

ReadyPlayer2 commented 5 years ago

According to this PR this feature is not available yet =/