Answers for "npx create-react-app typescript scss"

0

create-react-app typescript scss

npx create-react-app app-name --template typescript
// or using yarn
yarn create react-app app-name --template typescript

// Install node-sass dependency
npm i node-sass
// or using yarn
yarn add node-sass
Posted by: Guest on March-25-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language