typescript-react-template icon indicating copy to clipboard operation
typescript-react-template copied to clipboard

A template sample project for bootstrapping new React/Redux applications using TypeScript

Results 1 typescript-react-template issues
Sort by recently updated
recently updated
newest added

I cloned the project, then yarn install, and yarn start. ------------ I got Module ./node_modules/material-ui/styles/withStyles.js not found: Can't resolve '@babel/runtime/core-js/map' in 'typescript-react-template/node_modules/material-ui/styles' I solved above error by installing @babel/runtime and...