create-toy-react-app
v1.0.14
Published
CLI tool for React Deep Dive
Downloads
5
Readme
create-toy-react-app
CLI tool for React Deep Dive study group
Usage
yarn create toy-react-app <year> <type> <my-app>
# or
npx create-toy-react-app <year> <type> <my-app>
# Also, you can use `npm init toy-react-app <year> <type> <my-app>`
<year>
: Choose2021
,2023
<type>
: Choose at least one from the below options.
2021: 'template', 'render-dom', 'reconciliation', 'counter-app' or 'completed'
2023: 'ssr-template', 'ssr-completed', 'ssg-template', or 'ssg-completed'
<my-app>
: Enter any name you like. It can be the name of your dog or something.
License
MIT License