/bootstrap-form-templates

Bootstrap form templates which submit to an Node (ExpressJS) backend.

Primary LanguageHTML

#README ##Steps

  1. Clone repo
  2. In the terminal, navigate the top-level directory
  3. Start Express (Web Server) by typing node app.js
  4. In your browser of choice, navigate to localhost:3000

###Notes

###Some supported Bootstrap 3 form fields

  • text
  • password
  • datetime
  • datetime-local
  • date
  • month
  • time
  • week
  • number
  • email
  • url
  • search
  • tel
  • color
  • file