/static-page-starter

Build pure HTML+CSS+JS static web page with modern dev tool with React, Vue, etc

Primary LanguageHTMLMIT LicenseMIT

Static Page Starter

Build pure HTML+CSS+JS static web page with modern dev tool (without react, vue,etc). Read more at medium article.

Prerequisite

  • NPM -- package manager for Node.js packages, or modules

Run the example project

npm install   # install package
npm start     # start the app

Tech Overview

  • Serve -- Serve a static site from local folder
  • TypeScript -- JavaScript with syntax for types
  • Tailwind -- Utility-first CSS framework
  • AlpineJS -- jQuery for the modern web
  • PostCSS -- Transforming CSS with JavaScript
  • ESBuild -- Bundler for the web

Author

iman.tung@gmail.com

License

This project is licensed under the MIT License - see the LICENSE.md file for details