@first-factory/ff-react-cli
v1.0.2
Published
A npm package to generate react projects for FF
Downloads
4
Readme
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