Is there a way to simply create project starter files for one's common use cases with also some boilerplate?

This page summarizes the projects mentioned and recommended in the original post on /r/webdev

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • degit

    Straightforward project scaffolding

  • There are tools like https://github.com/Rich-Harris/degit you may use. For simpler cases, it may be sufficent to store a template on your local drive and copy it quickly with a command like rsync. If you have a couple of utility functions or similar you keep using, consider creating an npm package.

  • create-srfn-app

    A utility to make a new SRFNstack app

  • Here's my example, https://github.com/SRFNStack/create-srfn-app

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • yeoman

    Yeoman - a set of tools for automating development workflow

  • look around for "scaffolding" libraries. Here's one of the more prominent ones: https://yeoman.io/

  • Starter-Kit-V2

    This is a new and improved website starter kit that takes advantage of a new responsive system I implemented using ems and vw units to scale everything. This is a truly 100% responsive custom coded HTML and CSS website starter template.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts