Skip to content

ReactMD/thunderDOM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋

To spin this up, first you'll have to supply twitter and google maps API keys. You can get your twitter API keys here (you'll have to create an app to attach keys to first, but it's free), and your google maps API keys here.

Once you have those, edit ./SECRETS with those values.

To get started, start up the front end

  • npm install
  • npm run start

and in another terminal, start up the server

  • cd server/
  • npm install
  • node ./index.js

This should serve the frontend on port 3000 and the server at port 3001 - if you override that, you'll have to update where the frontend points its websocked connection to.

Accompanying slides: https://docs.google.com/presentation/d/159RCJVy4Tvt5OgiGQWCSKpLS4R1xOdMoyyd8LXNYfeY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • HTML 6.3%
  • CSS 5.5%