minimal-react-boilerplate
A bare minimum react boilerplate: The aim here is to create a modular react boilerplate. For this purpose, the master branch contains only bare minimum react setup (with JSX). For other modules like redux, separate tags will be created.
Getting started
-
Clone the repo
$ git clone https://github.com/ranjan-purbey/minimal-react-boilerplate $ cd minimal-react-boilerplate
Note: Edit the package name and version in package.json
-
Install the dependencies
$ yarn
or
$ npm i
-
Run the webpack-dev-server
$ npm start
or, build for production
$ npm run build