LoginSignup
1
0

More than 3 years have passed since last update.

React x TypeScript x Sass 環境を手に入れる最速の方法

Last updated at Posted at 2019-06-20

これだけ

# Windows環境
npx create-react-app my-app --typescript
cd my-app
echo SASS_PATH=./node_modules;./src > .env
npm i node-sass -D

あとは .css -> .scss に変換して終わり!

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0