An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Typescript Boilerplate
[![npm version](https://badge.fury.io/js/react.svg)](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)