NASA-Daily-Image hits the NASA API to bring you a new, "Out-of-this-World" image each time the Earth completes a rotation. This app is built in React, Redux, Node and styled with SCSS.
https://nasa-daily-image.herokuapp.com/
- Clone this repo
- Run
npm install
to re-build dependencies - In a new cli run
npm run start
to start live server and compiler running in background. Leave this cli open to keep compiler running on each save. - When dev is complete and you are ready to deploy, run
npm run production
to compile complete, minified css file.