Giter Club home page Giter Club logo

symfony-okoa's Introduction

A Symfony and Okoa Project

Dependencies

This project has several dependencies:

Installing

Install the project dependencies using:

composer install
npm install
bower install

Running

Most commands are run via bin/gulp or bin/symfony. You can choose to install gulp globally using npm install -g gulp, in which case you can replace all usages of bin/gulp with just gulp.

  • To build the assets for production, use bin/gulp build
  • To run a server, use bin/gulp server or bin/symfony server:run. You can also start a server in the background by using bin/symfony server:start when your PHP installation has the pcntl extension installed.
  • To watch for changes in your assets and compile them as they change, run the bin/gulp watch command. Note that this command does not minify or gzip your assets, and is intended only for development. Also note that changes in your libraries typically aren't noticed, so you'll have to restart the watch command for changes in those.
  • The task bin/gulp run is used to start both a server and start watching for asset changes at the same time.
  • The bin/gulp dev task does the same as the run task, but it also tries to start relevant background servers required for testing.
  • Note that some Symfony bundles may want to install assets, you can do that by running bin/symfony assets:install or by running composer install, in which case the assets:install command is automatically run.
  • You can run the test using bin/kahlan and for CI purposes you can run the bin/fill_parameters script to create a default parameters file for your Symfony application.

symfony-okoa's People

Contributors

marlonbaeten avatar rnijveld avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.