Skip to content

PerpetualWar/git-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-network

Git Network Project

Local Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

Heroku Deployment

# install dependencies
npm install

# create Heroku app
heroku create <APP_NAME>

# connect local git with heroku
heroku git:remote --app <APP_NAME>

# build the project
npm run build

# add and commit project
git add . && git commit -m "Adding files"

# deploy dist folder on heroku
npm run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published