Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imantung/static-page-starter
Build pure HTML+CSS+JS static web page with modern dev tool with React, Vue, etc
https://github.com/imantung/static-page-starter
Last synced: 15 days ago
JSON representation
Build pure HTML+CSS+JS static web page with modern dev tool with React, Vue, etc
- Host: GitHub
- URL: https://github.com/imantung/static-page-starter
- Owner: imantung
- License: mit
- Created: 2024-08-27T12:48:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T04:03:09.000Z (4 months ago)
- Last Synced: 2024-09-16T05:25:27.451Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Static Page Starter
Build pure HTML+CSS+JS static web page with modern dev tool (without react, vue,etc). Read more at [medium article](https://medium.com/p/7ae6e55b2249).
## Prerequisite
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) -- package manager for Node.js packages, or modules
## Run the example project
```bash
npm install # install package
npm start # start the app
```## Tech Overview
- [Serve](https://www.npmjs.com/package/serve) -- Serve a static site from local folder
- [TypeScript](https://www.typescriptlang.org/) -- JavaScript with syntax for types
- [Tailwind](https://tailwindcss.com/) -- Utility-first CSS framework
- [AlpineJS](https://alpinejs.dev/) -- jQuery for the modern web
- [PostCSS](https://postcss.org/) -- Transforming CSS with JavaScript
- [ESBuild](https://esbuild.github.io/) -- Bundler for the web## Author
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details