/react-app-boilerplate

A react app boilerplate written from scratch with PWA enabled

Primary LanguageJavaScript

React App Boilerplate from Scratch

This is just a react app setup written from scratch with out the use of create-react-app and its PWA enabled.

Installation

$ git clone git@github.com:CITGuru/react-app-boilerplate.git
$ cd react-app-boilerplate
$ npm install

Usage

Run the below command to compile your code

$ npm start

Run the below command to compile your code for prod server

$ npm build

Run the below command to compile your code for dev server and hot reloding

$ npm run dev