Odianrobert / BCE-Project2

A interactive multi-user game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some very basic stuff set up, like static -> public in express, and dev dependencies for eslint and nodemon 

I didn't export or import anyting, except for requiring packages like express and mysql 

basic html outline in index, console.log call in linked front end script ( just to test that it was synced up, style.css should be linked to as its exactly the same )

// to run eslint on a file ( lets make sure we do this locally before pushing to the repo )
npx eslint yourfile.js --fix
//retest after linting 

install all dependencies ( dev and production ) with npm i 
install dependenties at production time with npm i --production 

-these git commands set your working branch-
git remote add origin git@github.com:Odianrobert/BCE-Project2.git
git fetch origin *branchName*
git checkout *branchName*
    //make your changes then commit as normal
git status
git add (not dot, only the files you need pushed)
git commit -m "whatever"
git push

About

A interactive multi-user game


Languages

Language:JavaScript 68.0%Language:TSQL 22.2%Language:HTML 5.3%Language:CSS 4.5%