Create React App + Firebase
Run create-react-app
export REACT_APP=hello-firebase; # replace with your application's namenpx create-react-app ${REACT_APP} --typescriptcd ${REACT_APP}Install firebase-tools
npm i -g firebase-toolsLast updated
Was this helpful?