Skip to content

ApuEmdad/drupal_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Starter Pack

License: MIT

Installation

Run the following commands in your root directory:

composer install
yarn

Import the database from the db in your MySQL server and name it my_drupal_starter

Start (Development)

Go to the web directory

cd web

Run the following command to run your drupal project:

php -S localhost:8888 .ht.router.php

Starts the server in http://localhost:8888/.

Prettier

yarn prettier

Runs Prettier to format source files according to defined rules.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published