Skip to content

react-from-scratch, a WIP react app built from the ground up as a react starter kit. Also to be used as a yarn create-* template

License

Notifications You must be signed in to change notification settings

Designaroni/react-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

react-from-scratch, a WIP react app built from the ground up as a react starter kit. Also to be used as a yarn create-* template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published