This is a simple react boiler plate with React Router, Styled Components and Typescript. I made this just to start new react applications more easily without the whole react ground zero configuration.
Here goes some useful links to get started with this boilerplate
- 1 -
https://github.com/lXSPandora/react-ts-boilerplate.git
- 2 -
cd react-ts-boilerplate
- 3 -
yarn && yarn start
ornpm install && npm run start