- Capstone 1
- .
- .
-
Capstone 1
-
.
-
.
-
steps to running
- clone the repository to your local machine using
git clone <repolink>- inside the SideHust/NodesjsFirst
run npm installto get the depencencies
- to run the server in monotoring mode use
npm run dev- to run in static mode run
npm start -
once done, in case any updates you will like to make, do well to do your changes then back to git
- stage your changes using
git add <filename>- commit your changes using
git commit -m "description'- create a new branch based on the feature you made
git checkout -b feature-name- push your changes to upstream keeping track of your branch
git push --set-upstream feature-name