Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 798 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 798 Bytes

Windows 95 Portfolio

1-diwz_x9p3c86sfo-gydi5a

Demo: click here

This is a simple web application to present my work experience in a kind of humorous way Build using React and Redux.

Development

React specific code, including application configuration and Webpack build files, can be found under src/.

Installation

To install for development, clone the repository and install the dependencies with yarn.

$ git clone [email protected]:stmoreau/windows95-work-experience.git
$ cd windows95-work-experience
$ yarn 

Running

To run development application and Webpack server:

$ yarn start