Skip to content

Deityhub/react-webpack-starter-kit

Repository files navigation

react-webpack-starter-kit

A simple boilerplate for react.

It includes webpack for bundling and babel for transpiling your es6 javascript to es5. It also has support for sass, file imports and autoprefixing of your compiled css file.

Usage:

  1. clone this repository or download the zip file.
  2. change directory into the clone folder.
  3. run the following code in your terminal.
    yarn
  4. Finally run
    yarn run dev
  5. yay! start writing your react code

If you notice any issue or want to contribute to this repository, just fork and create a PR

let's tweet