Lorenalgm / space-explorer

App for reserving a seat on an upcoming SpaceX launch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apollo tutorial

This is the fullstack app for the Apollo tutorial. 🚀

File structure

The app is split out into two folders:

  • start: Starting point for the tutorial
  • final: Final version

From within the start and final directories, there are two folders (one for server and one for client).

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd final/server && npm i && npm start

and

cd final/client && npm i && npm start

About

App for reserving a seat on an upcoming SpaceX launch

License:MIT License


Languages

Language:TypeScript 49.9%Language:JavaScript 47.8%Language:HTML 2.2%Language:Shell 0.1%