Skip to content

bahmutov/react-boston-2018-lunar-launch

 
 

Repository files navigation

React, GraphQL, and Lunar Sample App

Setup

Dependencies

This project uses npm to manage dependencies.

npm install

Starting the App

First, you will want to start the mock server:

npm run start:apollolunar

Then you can start the app with:

npm start

Testing

Run Cypress tests (from folder cypress/integration) with command npx cypress open

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 4.8%
  • CSS 1.6%