1.0.0 • Published 4 years ago

ff-react-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

npx create-react-app {{name}} --template typescript cd {{name}} mkdir .vscode Touch .vscode/settings.json Add content to settings.json Npm install Npm install react-router-dom @types/react-router-dom Npm install --save-dev typescript@latest @types/node @types/react @types/react-dom @types/jest Npm install aws-amplify aws-amplify-react Touch aws-custom-exports.ts Add content to aws-custom-exports.ts Remove App.css Npm install react-jss Npm install --save-dev @types/react-jss Npm install axios Replace content from App.tsx