/React-From-Scratch

:electron: React boilerplate from scratch with webpack

Primary LanguageJavaScriptMIT LicenseMIT

:electron: React From Scratch

Netlify Status

Boilerplate react js from scratch with webpack

Installation

  1. Download and install node js, click here for more detail

  2. Installing dependencies with npm command

    npm install
  3. Run project with

    npm run start:dev

Build

Run command for building project

npm run build