ultrox / toolkit-example

An example demonstrating how to create your own "Create-React-App" toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toolkit-example

Goal

Decrease the number of decisions the programmer has to make and eliminate the complexity

Examples: (CoC)

  • Nextjs uses pages as convention

Other

Successful programming environments such as Ruby on Rails are based on this concept. If you follow the established conventions.

  • Abramov has talk about it here
  • Human Interface Guidelines Philosophy here

Using the example

  1. Go to test-app and run yarn to install dependencies
  2. Run one of the available commands:
  • yarn dev - start the development
  • yarn build - build and optimize assets to dist/ directory

About

An example demonstrating how to create your own "Create-React-App" toolkit

License:MIT License


Languages

Language:JavaScript 95.6%Language:HTML 4.4%