Please install Node before proceeding if you have not done so already. Instructions can be found here
Clone the repo
git clone https://github.com/stackcache/react-design-patterns.git
Install the dependencies
npm install
Build the DLL to speed up webpack builds
npm run build:dll
Start the app
npm start
View the app in your local browser by navigating to localhost:3000
The patterns are located in the containers directory. The components directory is composed of classes utilized by the design pattern containers.
This project is licensed under the MIT license, Copyright (c) 2018 Stack Cache. For more information see LICENSE.md.
