https://github.com/lfscamargo/react-webpack-ts-boilerplate
Simple Boilerplate with no JS files!
https://github.com/lfscamargo/react-webpack-ts-boilerplate
Last synced: over 1 year ago
JSON representation
Simple Boilerplate with no JS files!
- Host: GitHub
- URL: https://github.com/lfscamargo/react-webpack-ts-boilerplate
- Owner: LFSCamargo
- Created: 2019-03-28T06:38:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:29:17.000Z (over 3 years ago)
- Last Synced: 2025-01-23T18:17:36.557Z (over 1 year ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React Typescript Boilerplate
[](https://badge.fury.io/js/react)

Simple React + Typescript + Webpack boilerplate, without CRA, and also No-JS pattern
## 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:
#### First Step Clone the Repo
- `git clone https://github.com/LFSCamargo/react-webpack-ts-boilerplate.git`
#### Second Step Install the Dependencies
- `yarn install or npm install`
#### Third Step Run Webpack
- `yarn start`