Build pure HTML+CSS+JS static web page with modern dev tool (without react, vue,etc). Read more at medium article.
- NPM -- package manager for Node.js packages, or modules
npm install # install package
npm start # start the app
- 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
This project is licensed under the MIT License - see the LICENSE.md file for details