Resetactool New Here

resetactool new -exec -type TABL -name ZHR_EMPLOYEE

react-tool new my-ts-app --template typescript

A typical React project created with react-tool new has the following structure: resetactool new

my-app/
  node_modules/
  public/
    favicon.ico
    index.html
    manifest.json
  src/
    App.css
    App.js
    App.test.js
    index.css
    index.js
  .gitignore
  package.json
  README.md