Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 869 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 869 Bytes

Examples

Click me to find some example
Use Ctrl+T to find example by keywords

How to add a new example?

  1. Create a new folder into the /data directory. Name it from the global thing to the local thing. E.g., the first is a programming language, next a framework, and a bundler at the end (typescript + react + webpack). Use only the main things in the name, that show what this example is about. Avoid using all dependencies names in the folder's name.
  2. Create all file structure you need. Include only needed dependencies. Exclude node_modules from there. If somebody download this example it must be runnable, so take care of this.
  3. In each file divide important parts and secondary parts of code by comments and spaces.
  4. Will be nice to add a README.md file with the description of the example.
  5. That's all, you're the best! :)