Skip to content

A react app boilerplate written from scratch with PWA enabled

Notifications You must be signed in to change notification settings

CITGuru/react-app-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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