create-fe-bricks
v1.0.13
Published
CLI for creating projects based on Fe Starter Bricks.
Downloads
111
Maintainers
Readme
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@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 startWebsite Localhost
The development server runs on:
- Website:
http://localhost:4200/ - Entry page:
http://localhost:4200/index.html
Email templates are available under /emails/ after they are built:
http://localhost:4200/emails/address.html
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
