Skip to content

philipbankier/Simple-Express-Sample-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published