This is a fullstack Node.js and React NASA Mission Control app.
In the server directory, copy and paste .env.example
as .env
and fill in config variables.
In the project directory, you can run:
Installs both client and server dependencies.
Runs client app on http://localhost:3000 and server app on http://localhost:8000 in development mode.
Builds client app in server public
folder and runs server app as fullstack app on http://localhost:8000 in production.