Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

CodeTheChangeUBC/aispi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AISPI

Animals in Science Policy Institute Calendar.

Current Development Website

Running Dev Server:

Execute the following commands to run the development server

For first time users:

cd aispi
npm install

Now, you're a returning user!

For returning users:

Make sure you're in the aispi directory of the git repo.

npm start

Also, in seperate command box go into the main git repo directory and run the following:

php -S localhost:3000

Wow, how simple, now after a while a browser instance will be launched. Alternatively, you can go to localhost:8080 to see the app.