There comes a time when it's necessary to create a prototype for our web development projects. When this time comes, usually we have to depend on designers to create a PSD file, then work with him(or her) to generate a valid HTML and finally use the generated HTML in our Ruby,Python or PHP template system.
Bootstrap, enables designers and developers to work easily. By providing a common framework to place thing in a web template by establishing some standard CSS styles.
Bootstrap and these templates are released under the Apache License Version 2.0
http://www.apache.org/licenses/LICENSE-2.0
To run this project using Docker, follow these steps:
-
Build the Docker image:
docker build -t bootstrap-templates . -
Run the Docker container:
docker run -p 80:9292 bootstrap-templates
This will start the web server, and you can access it in your browser at
http://localhost:80