Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 807 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 807 Bytes

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

https://www.digitalocean.com/community/tutorials/settingup-reactjs-using-webpack-4-and-babel-7-the-definitive-guide#step-1-%E2%80%94-setting-up-the-project