jmtavares / twitterfinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitterFinder

Description

This project aims to search tweets within your personal account.

It uses ES6 both on server (express) and on client (reactjs).

It uses Webpack for as a module bundler.

Dependencies

You need to install Node.js and then the development tools. Node.js comes with a package manager called npm for installing NodeJS applications and libraries.

Run

  1. npm install
  2. npm start - Runs express app
  3. npm run webpack - Runs Webpack to update bundle
  4. Navigate to http://localhost:8080

About

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.1%Language:CSS 0.1%