Skip to content

evscoder/fe-starter-bricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package version license repository node npm

Create projects from ready-to-use frontend templates.

Template-first frontend starter for multipage websites, CMS themes, Symfony views, email templates, and static frontend integration workflows.

Quick Start

Use your preferred package manager:

npm create fe-bricks@latest
npx create-fe-bricks@latest
yarn create fe-bricks@latest
pnpm create fe-bricks@latest
bun create fe-bricks@latest
bunx create-fe-bricks@latest

After the project is created:

cd my-new-project
npm install
npm start

Requirements

  • Node.js >= 20.12.0
  • npm, Yarn, pnpm, or Bun

What Gets Generated

The generator creates a project from a shared base template and selected technology layers.

Available template engines:

  • Pug
  • Nunjucks
  • Twig

Available script setups:

  • JavaScript
  • TypeScript

The generated project includes:

  • Gulp 4 build pipeline
  • Webpack 5 bundling
  • SCSS and PostCSS setup
  • Tailwind CSS support
  • MJML email templates
  • SVG and PNG sprite support
  • Image optimization
  • BrowserSync development server
  • ESLint and Stylelint configuration

License

MIT

About

Template-first frontend starter for multipage sites, email templates, CMS themes, and backend-rendered projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors