React Typescript Boilerplate

npm version

Simple React + Typescript + Webpack boilerplate, without CRA, and also No-JS pattern

Documentation

Here goes some useful links to get started with this boilerplate

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