This is a simple web application to present my work experience in a kind of humorous way Build using React and Redux.
React specific code, including application configuration and Webpack build files,
can be found under src/
.
To install for development, clone the repository and install the dependencies with yarn
.
$ git clone git@github.com:stmoreau/windows95-work-experience.git
$ cd windows95-work-experience
$ yarn
To run development application and Webpack server:
$ yarn start