React Twitter

Upload the iamge

Installing

  1. Clone the repo
  2. npm install to resolve project dependencies.
  3. If you haven't done it yet run npm install -g gulp from the command line to install Gulp globally.

Using

Run npm start from your terminal and enjoy!

The project is currently setup to transpile code under the /src folder using the /src/app.js file as an entry point.

Resulting code ends up in the public directory.