Skip to content

DimaSmile/hakaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel + React Boilerplate

Boilerplate

Getting Started

билдит и запускает все контейнеры в фоновом режиме docker-compose up --build -d

запускает контейнер с nodejs и делает npm run watch docker-compose run nodejs npm run watch для конфигурации бд в laravel php artisan key:generate

  • Rename ".env.example" to ".env" and update the .env file along with database connection
mv .env.example .env
  • Build docker containers
docker-compose up --build -d
  • Generate key for database
php artisan key:generate
  • Install dependencies for app
docker-compose run php-apache composer install && docker-compose run php-apache composer update
docker-compose run nodejs npm install

Usage

After you run the project open in your browser:

Contributing

Please use Prettier and ESLint for writing code, and the process for submitting pull requests to us

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published