The Near Earth Asteroid Dashboard is built in React, Flux, and Hapi.
First, ensure you have Node.js version 4 installed.
Second, pick up a NASA API key.
Then, open a new terminal session, and run the following commands:
# cd into the directory
cd near-earth-asteroids
# Install the Node.js dependencies
npm install
# Build the client assets
npm run build
# Start the app
npm start
Afterwards, the app should be available at http://localhost:8000.