Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Symfony 5 + Bootstrap 4 scaffolding project to test snippets/templates integrations with Webpack Encore

Notifications You must be signed in to change notification settings

jacanales/sf-bootstrap-scaffolding

Repository files navigation

Scaffolding project to use Bootstrap with Symfony

Quality Gate Status CircleCI

Install Symfony CLI

Link: Download Symfony

wget https://get.symfony.com/cli/installer -O - | bash
mv ~/.symfony5/bin/symfony /usr/local/bin/symfony

Install Encore

Link: Installing Encore

composer require symfony/webpack-encore-bundle
yarn install

Link: Setting up your project

Install bootstrap

Link: Using Bootstrap CSS & JS

yarn add bootstrap --dev

Generate assets

Generate assets with yarn

yarn run encore dev

Run app

[Optional] Install support for TLS:

symfony server:ca:install

Serve symfony app

symfony serve

About

Symfony 5 + Bootstrap 4 scaffolding project to test snippets/templates integrations with Webpack Encore

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •