A basic website template using standalone tailwind CSS and JavaScript.
I assume you are developing this project on a Microsoft Windows PC. A built-in Windows tool like notepad.exe is used in this project to create and edit files. If you are developing on Linux, you can use vim.
notepad .gitignore
On Linux:
vim .gitignore
You can also use a modern code editor like VSCode to follow along.
You can clone this project.
git clone https://github.com/dareljohnson/tailwind-standalone-html-site.git
Requirements:
Run the local application server:
Live Server: https://github.com/ritwickdey/vscode-live-server-plus-plus
TBA
TBA
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.