Skip to content

ameyakoshti/react-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-playground

Minimal React boilerplate

Features

  • React 16
  • React Router 5
  • Webpack 4
  • CSS Modules
  • Code splitting with React Lazy/Suspense
  • Webpack Bundle Analyzer
  • Hot Module Replacement

Usage

Install dependencies

$ yarn

Run development server

$ yarn dev

Building

$ yarn build

Will create a dist directory containing your compiled code.

Run production server

$ yarn start

Webpack Bundle Analyzer

Run in development

$ yarn dev:bundleanalyzer

Run on the production oprimized build

$ yarn build:bundleanalyzer

About

Minimal React boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published