https://github.com/lfscamargo/home
https://github.com/lfscamargo/home
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lfscamargo/home
- Owner: LFSCamargo
- Created: 2019-11-29T07:33:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T07:21:38.000Z (over 3 years ago)
- Last Synced: 2025-02-17T20:36:11.748Z (over 1 year ago)
- Language: TypeScript
- Size: 1.13 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React Typescript Boilerplate
[](https://badge.fury.io/js/react)

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.
## Documentation
Here goes some useful links to get started with this boilerplate
- [Read the react docs!](https://reactjs.org/)
- [Read the TypeScript docs!](https://www.typescriptlang.org/)
- [A Very Nice Article](https://levelup.gitconnected.com/react-typescript-with-webpack-2fceebb8faf)
## How to get started with this boilerplate
### Runnig some commands:
- 1 - `https://github.com/lXSPandora/react-ts-boilerplate.git`
- 2 - `cd react-ts-boilerplate`
- 3 - `yarn && yarn start` or `npm install && npm run start`
### To Add more routes you can create a new one on the [Router.tsx](https://github.com/lXSPandora/react-ts-boilerplate/blob/master/src/Routing/Router.tsx) File
### To Modify the css global style, ThemeProvider and the styled-components stuff its on [index.tsx](https://github.com/lXSPandora/react-ts-boilerplate/blob/master/src/index.tsx)