Skip to content

layer-pack/lpack-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lpack-react

A inheritable boilerplate with webpack5, react, sass, hmr, express & SSR support

How to use ?

Create a project with https://github.com/n8tz/layer-pack,
Then add build profiles basing this package available profiles :

  • www & wwwDev : A generic profile to make browser side builds
  • api : A generic profile to make backend/cli builds
  • Comp & CompDev : A generic profile to build stand alone es6/react libs & component
  • static & staticDev : A generic profile to build stand alone app with html

Included ( among others ) :

  • react ^17
  • express with minimal SSR
  • sass
  • es6 + decorators
  • hot reload with dev server, SSR & api proxying
  • react-helmet ( html header manager )

Setup

In order to install dependencies of this package use:

lpack-setup
# or lpack-setup :wantedProfile

Simple .layers.json example :

{
    "default":{
        "extend":["lpack-react"]
    },
    "www":"default", // use extends of the default profile, and www profile in lpack-react
    "wwwDev":"default",
    "api":"default"
}
  • See this package .layers.json for all available profiles

Available config options :

  • targetDir {String} : relative target build directory
  • production {bool} : build using production mode
  • extractCss {bool} : do extract css
  • babelInclude {regexp string} : optional regexp to force parsing external scripts
  • babelPreset {object} : optional options for the babelPreset loader
  • TerserJSPlugin {object} : optional options for the TerserJSPlugin
  • HtmlWebpackPlugin {object} : optional options for HtmlWebpackPlugin

*

About

An inheritable boilerplate with React, HMR, SSR, sass, react-helmet, express, etc...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published