Closed5

tsdx の使い方

izuchyizuchy
npx tsdx create [名称]
::::::::::: ::::::::  :::::::::  :::    :::
    :+:    :+:    :+: :+:    :+: :+:    :+:
    +:+    +:+        +:+    +:+  +:+  +:+
    +#+    +#++:++#++ +#+    +:+   +#++:+
    +#+           +#+ +#+    +#+  +#+  +#+
    #+#    #+#    #+# #+#    #+# #+#    #+#
    ###     ########  #########  ###    ###

? Choose a template … 
   basic
❯ react
   react-with-storybook

react を選択する

izuchyizuchy
  Awesome! You're now ready to start coding.
  
  I already ran npm install for you, so your next steps are:
    cd [名称]
  
  To start developing (rebuilds on changes):
    npm run start
  
  To build for production:
    npm run build

  To test your library with Jest:
    npm test
    
  Questions? Feedback? Please let me know!
  https://github.com/formium/tsdx/issues
このスクラップは2022/02/01にクローズされました