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

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!

Awesome Lists containing this project

README

          

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