Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.64 KB

File metadata and controls

31 lines (22 loc) · 1.64 KB

react-from-scratch

This package is published globally to @designaroni/react-from-scratch

Commands

  • $ yarn
  • $ yarn start

Download this kit as a stand alone app

  1. Download project from the git repo on Github $ git clone https://github.com/Designaroni/react-from-scratch.git
  2. Customize and modify as you see fit, repeat as neccessary for new projects.

⚠️ WARNING! Future versions of this project will support the following:

this app can be installed globally as a create-* starter kit

Creating a starter kit while in development

  1. Download project from the git repo on Github $ git clone https://github.com/Designaroni/react-from-scratch.git
  2. Add starter kit globally with yarn: $ yarn global add file:/path/to/react-from-scratch

⚠️ WARNING! step 1 fails to create binaries - react-from-scratch project is missing the bin field of the package.json see more on npmjs.com: #bin ->


Future steps once package.json bin field is added:

  1. Test installing react-from-scratch starter kit using $ yarn create syntax: $ yarn create react-from-scratch my-app
  2. Test installing react-from-scratch starter kit using $ create-* syntax: $ create-react-from-scratch my-app
  3. Test starting development server: $ yarn create react-from-scratch start