/nasa-collection

My best practices with React, Redux and some of other related libraries using Nasa API. I've gone alone without using any boilerplate :clap: :fire: :dizzy: https://nasa-collection.firebaseapp.com

Primary LanguageJavaScript

NASA Collection

https://nasa-collection.firebaseapp.com

Building and running on localhost

You can use npm or yarn

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Tech stack

References

immutable

reselect

Tools