Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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