Skip to content

Techn0mancer-X/TechConnect_YYC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start:

npm install
npm build-client
npm start

Point your browser at http://localhost:5000/

Ooops, you forgot to load some data!

Developer Setup

Launching the server

cd server
npm start

Your server will now be running on port 5000. It will serve the latest build of the client application. If you do not have a latest build then that is OK too, just launch the client as below to work on the front end.

Running up the client in development mode

cd client
npm start

Note that there is a proxy defined in the client/package.json to redirect API calls to your server, so you MUST be running your server when working in development mode.

Staging Environment

Lives at https://superheroes-staging.herokuapp.com/

To push changes to staging environment, push to release branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages