Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

react typescript scss

// Initialize React app with Typescript
// 	$ npx create-react-app yourProjectName --template typescript

// Go into project folder
//  $ cd yourProjectName

// Install node-sass dependency
//  $ npm i node-sass

// You can now import .scss / .sass files into your React components 
// and use Typescript too. Happy coding!
 
PREVIOUS NEXT
Tagged: #react #typescript #scss
ADD COMMENT
Topic
Name
1+5 =