Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 869 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 869 Bytes

nasa-project

This is a fullstack Node.js and React NASA Mission Control app.

Screenshots

Alt text

Alt text

Alt text

Get started

In the server directory, copy and paste .env.example as .env and fill in config variables.

Available Scripts

In the project directory, you can run:

npm install

Installs both client and server dependencies.

npm run dev

Runs client app on http://localhost:3000 and server app on http://localhost:8000 in development mode.

npm run deploy

Builds client app in server public folder and runs server app as fullstack app on http://localhost:8000 in production.