Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 2.2 KB

README.md

File metadata and controls

71 lines (50 loc) · 2.2 KB

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