/react-transition-using-webpack

Sample implementation of React's How to Use ReactTransitionGroup guide using Webpack

Primary LanguageJavaScript

React Transition Using Webpack

Sample implementation of React's How to Use ReactTransitionGroup Guide using Webpack.

How to run it

  • Clone the app
  • Run: npm install && webpack
  • Depending on the webserver you've chosen, cd dist
  • Start a server (e.g. python -m SimpleHTTPServer)