Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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


 
PREVIOUS NEXT
Tagged: #typescript #scss
ADD COMMENT
Topic
Name
1+6 =