Boileroom Save

A minimal foundation to putter a full-stack application

Project README

This is the companion github repo for the How to build your first SaaS article.

Description

A minimal foundation upon which you can putter your first full-stack application. :rowboat:

Features

:revolving_hearts: Server and client are already setup

:blossom: Lighter footprint than CRA on your machine

:christmas_tree: Preact(alternatively, I suggest Sinuous which doesn't use virtual dom)

:vhs: Supports IE11

:golf: Serves ES modules(less code shipped) to modern browsers

:saxophone: Use the web platform as much as possible(e.g. Not using SCSS. Leverage standard CSS with PostCSS)

Development

Clone this repo,

git clone https://github.com/kilgarenone/boileroom.git

Then enter the directory of the repo:

cd boileroom

Then 'npm install'. This will install npm packages of client and server too.

npm install

When the npm install is done, we can now start our full-stack development environment. At the root,

npm run dev
  • Client will be at localhost:8008
  • Server is at localhost:4000

:sunrise_over_mountains:

FAQ

"Why not just use create-react-app etc. though?"

Although they are great for one-off prototype and to "move fast and break things", they have hidden cost in terms of complexity and obfuscation, both of which limit user's sense of control, personal responsiblity, and understanding as long as they stay within the happy paths.

But we are building a garden that we intend to putter while comporting ourselves with the greatest autonomy and rectitude possible, rather than with a false sense of security.

Open Source Agenda is not affiliated with "Boileroom" Project. README Source: kilgarenone/boileroom
Stars
60
Open Issues
0
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating