Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
/ spacexparty Public archive

Single page application with React + Redux, powered by SpaceX Open Source API.

Notifications You must be signed in to change notification settings

nshelia/spacexparty

Repository files navigation

SpaceX Calendar 🚀

Stay up to date about SpaceX upcoming missions, and achivements. 🎉

Some nice features include

Installation

Make sure you have Node (LTS) installed on your machine.

  • Duplicate .env.example file and rename it .env
  • Run yarn install

Commands

  • yarn dev - Run the client webpack dev server
  • yarn dev:server - Run server side rendering with client in development mode
  • yarn build:client-prod - Build production assets for client
  • yarn build:server-prod - Build production assets for server
  • yarn build:app - Build production universal build
  • yarn start - Start server (Make sure assets are ready: yarn build:app)

About

Single page application with React + Redux, powered by SpaceX Open Source API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published