https://github.com/lfscamargo/twitter-front-react
Twitter Front End for tho GoLang Backend
https://github.com/lfscamargo/twitter-front-react
Last synced: over 1 year ago
JSON representation
Twitter Front End for tho GoLang Backend
- Host: GitHub
- URL: https://github.com/lfscamargo/twitter-front-react
- Owner: LFSCamargo
- Created: 2020-12-28T04:53:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T02:01:24.000Z (over 5 years ago)
- Last Synced: 2025-01-23T18:17:36.113Z (over 1 year ago)
- Language: JavaScript
- Size: 1.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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)