Git Product home page Git Product logo

bce-project2's Introduction

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 [email protected]: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

bce-project2's People

Contributors

odianrobert avatar chrishelm82 avatar eschwelgin avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

eschwelgin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.