Skip to content

Latest commit

 

History

History
executable file
·
30 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

executable file
·
30 lines (23 loc) · 609 Bytes

ssm: A school system

Architecture

Grab the code

Clone this repo into new project folder

git clone https://github.com/delink-inc/ssm.git

cd ssm

Build Setup

  # Install dependencies
  $ npm install

  # Update laravel packages
  $ composer update

  # Start vue files watch 
  $ npm run watch

  # Start php server
  $ php artisan run server