philipbankier / Simple-Express-Sample-Site

Basic starter site for future projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample-site

Basic starter site for future projects. I suggest downloading the project and removing the containers that you don't need. Check out the updated version of this project

Page sections

  • Navbar
  • Title
  • First container - form for POST
  • Second container - grid with columns
  • Third container - D3 class with sample map
  • Fourth container - address -> coordinate translator
  • Fifth container - sample iframe
  • Footer

Installation

Either download this repository as a zip or clone it.

  • To clone this repoitory:
    • Open your terminal
    • Install Git(if you haven't already)
    • Enter git clone https://github.com/philipbankier/Sample-site.git

Usage

  • Navigate to project directory
  • Open your terminal and enter npm init
  • To start the server enter npm start
  • Open a browser and enter http://localhost:5000

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

Basic starter site for future projects


Languages

Language:HTML 55.8%Language:JavaScript 25.7%Language:CSS 18.5%