The easiest way to run locally a local server. There are plenty of options. One uses Python’s built in webserver.
cd to the wished direcory and run (from command line):
# Python 2.x python -m SimpleHTTPServer 8000 # Python 3.x python -m http.server
then browse to localhost:8000 in your browser
Related posts by tag
- 07 Nov 2024 daisyUI — Tailwind CSS Components
- 04 Mar 2024 Using personal gems with Bundle without bothering your colleagues.
- 07 Feb 2023 How-to: Use Firefox for accessibility testing