Code Monkey home page Code Monkey logo

cueng-icpc-2016's Introduction

Chula Engineering's 2016 ACM-ICPC

2016 ACM-ICPC official site which organized by Chula Engineering

Host Delegation

  • 2016 ACM-ICPC Thailand Central A Contest
    • 2016 ACM-ICPC Thailand Central A Prep Course
  • 2016 ACM-ICPC Asia Bangkok Regional Contest

Development first time setup

  1. Install Laravel dependencies & libraries by
composer install
  1. Copy .env.example into .env
  2. Generate Application's key
php artisan key:generate
  1. Start up PHP Server at port 8888
php -S localhost:8888 -t public

For Front-End Stuff

We are using Laravel's Elixir (Simple Gulp's API) to do things like compile LESS, watcher etc. So first you need to install NodeJS to use npm command, If you don't sure that you were installed it or not simply just

node -v

If it returns some version (like v6.0.0) so you're good to go! Then install Laravel's Elixir by run

npm install

Then when you're going to coding just

gulp watch

This task will start apps at port 8888 (No need for php -S localhost:8888 -t public as I've mentioned before), opening up web browser and watch on .blade.php, .less file change and it will compile new less file and automatic reload your browser via browser-sync (Note that browser-sync will run at port 3000 and it's UI dashboard run at port 3001)

cueng-icpc-2016's People

Contributors

xvista avatar microbenz avatar

Watchers

James Cloos avatar  avatar  avatar Krit 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.