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.
Use your preferred package manager:
npm create fe-bricks@latestnpx create-fe-bricks@latestyarn create fe-bricks@latestpnpm create fe-bricks@latestbun create fe-bricks@latestbunx create-fe-bricks@latestAfter the project is created:
cd my-new-project
npm install
npm start- Node.js
>= 20.12.0 - npm, Yarn, pnpm, or Bun
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
MIT