Udacity Intermediate JavaScript Nanodegree
https://mars-rovers-dashboard.herokuapp.com/
- An API key needs to used be used to work with the NASA API. If you don't have one already, a key can be generated here on NASA's site.
- Locate the file named
.env-exampleand change the name of it to.env. - Open this
.envfile and paste your NASA API key immediately after the text that already exists in the file, which isAPI_KEY=. - Follow the steps below for your dependecy manager of choice to setup the project and run it locally.
npm install
npm run build:local
npm run startyarn install
yarn build:local
yarn start- This app uses Parcel.js to bundle the client-side of this application.
- This is the second of three projects for Udacity's Intermediate JavaScript Nanodegree.