Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 691 Bytes

Pusher and VueJS Realtime Twitter Search

A client of the Pusher Datasource API that lets you search for tweets and view the results in realtime.

Running

$ npm install

Run two processes separately. The first will use Webpack to bundle the application. It will also watch for changes and rebundle when a file does change.

npm run watch

Finally, run a server locally that will run the app on port 3004:

npm start

You can edit files and Webpack will bundle them up as they change. When the bundle changes the browser will refresh automatically.