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
- 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
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
- 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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D