Skip to content

MichaelPachec0/nodejs-project-night

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJs Project Night

License: MIT

Description goes here...

Demo

Live version on Heroku

Table of contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Note: Please make sure you have all the prerequisites program listed installed on your local machine.

Prerequisites

  • Node.js
  • Npm

Installing

  1. Fork this repository on Github.
  2. Clone your forked repository onto your local computer.
  3. Use $ cd nodejs-project-night to move into the project directory.
  4. Use $ npm install to install the required depency.
  5. Use $ npm start to start a local server on your machine.
  6. Open your browser and go to http://localhost:8000/ to view the server.
  7. Explore and enjoy!

Contributing

  1. Use $ git checkout -b beta to create and move to beta branch.
  2. Use $ git branch to make sure that you are on beta branch before making any new features/changes.
  3. After commiting any new features/changes locally; Use $ git push -u origin beta to push the changes to your forked respository.
  4. To contribute back to the main repository, you will have to create a new Pull Request
  5. Happy Coding!

Built with

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • NodeJs

Contributors