1.3.2 • Published 3 years ago

sssrpbp v1.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

sssrpbp

Super Simple Static React Prototyping Boilerplate

A thin starter/boilerplate with all of the configs I like, to start coding React stuff quickly. Very few dependencies, just a solid dev workflow foundation, meant to be deconstructible when an app gets more complex.

Statically generated for super fast TTI and SEO. Sometimes, Gatsby is a tad bit overkill when you want something quick and simple.

Dependencies

Templates

  • default - React
  • preact - same, but with Preact, and parcel instead of vite.
  • typescript - Same as React but setup with Typescript.

Getting Started

  • Run npx sssrpbp --name=<name of your app> --template=<name of template> (or copy the files from template/default in this repo)
  • yarn
  • yarn start
  • To build - yarn build
  • Start writing code of questionable integrity.

Fun Fact: This starter has a large dependency puppeteer included because of the react-snap dependency. If you are experiencing long install times, try running export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true before yarn install.

Note: This starter is just meant for prototyping, if you have actual production-facing business requirements to address, you should probably go for a different solution.

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago