 
                
                    code snippet                
            
            
yarn global add create-react-app
yarn create react-app myproject
# If you wanna introduce typescript version
npx create-react-app myproject --template typescript 
                yarn global add create-react-app
yarn create react-app myproject
# If you wanna introduce typescript version
npx create-react-app myproject --template typescript