Skip to content

parthpatel1001/analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzer

Setup

Install php7 on mac

brew update
brew install homebrew/php/php70

# if you get errors about having an existing php version linked do
# brew unlink php{current version here}
# brew link php70

Make sure you have composer

Installing composer

Download packages:

composer install

Run server:

php -S localhost:8000

Using the app

Go to http://localhost:8000/web/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published