https://github.com/sturobson/design-patterns
design patters repo
https://github.com/sturobson/design-patterns
Last synced: 2 months ago
JSON representation
design patters repo
- Host: GitHub
- URL: https://github.com/sturobson/design-patterns
- Owner: sturobson
- License: apache-2.0
- Created: 2015-03-19T08:54:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T14:50:18.000Z (almost 10 years ago)
- Last Synced: 2025-02-07T08:49:11.491Z (3 months ago)
- Language: HTML
- Size: 293 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# design-patterns
design patters repo## Notes
This is the default repo for any and all design patterns for the ******** design language. These patterns should be a sanitised as possible.
## Getting Started
Make sure you have Node installed:
Download the [latest version from here](https://nodejs.org/download/).Download Gulp globally:
$ npm install gulp -g
Download this repo into your `Sites` folder:
$ git clone [email protected]:sturobson/design-patterns.git
Once the repo has installed enter the directory:
$ cd design-patterns
Install the Gulp plugins using NPM:
$ npm install
To get up and running use the Serve task:
$ gulp serve
To creat a 'build folder' of the project:
$ gulp build
This creates a folder called `dist`. This is the folder that will be the 'up-to-date' on the server folder.