In the project, React
Hooksusing make a simpleCounterapplication. Which usesuseState,useEffectbasic example. If you want to learnReact Hooksyou may follow the project. :)
cd react-hook
yarn install
yarn start
N:B: If you already have
SCSSinstalled then you should run this command, otherwise you should run below command.
npm uninstall node-sass
npm install node-sass@4.14.1
If yarn is installed then you should run this command
yarn remove node-sass
yarn add node-sass@4.14.1
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.