Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 367 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 367 Bytes

Superluminal React Example

How to run the example app:

  • Replace $YOUR_API_KEY by your API key in back-end/index.js
  • Run npm install (or yarn install) in the back-end folder.
  • In the back-end folder, run node index.js.
  • Run npm install (or yarn install) in the front-end folder.
  • In the front-end folder, run npm run start (or yarn start).