untsop / idea-app-site

A boilerplate app marketing site originally made for the app TinyIdea

Home Page:https://idea.xinxiao.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

应用主页(来自新小灵感)

使用 Pug、Tailwind CSS 和 Vanilla JS 开发的单页应用网站。

预览地址: https://idea.xinxiao.tech

文件结构

├── package.json
├── postcss.config.js
├── src
│   ├── index.pug
│   ├── partials
│   │   └── _footer.pug
│   ├── privacy.pug
│   ├── styles
│   │   └── index.css
│   └── vendor
│       └── vendor.css
├── static
│   ├── favicon.ico
│   └── img
│       ├── card.png
│       ├── ios-screenshot.png
│       └── mac-screenshot.png
├── tailwind.config.js

开始开发

yarn
yarn dev

部署

yarn build

然后将 ./dist 部署到任何静态网站服务,例如 Vercel 或 Netlify。

协议

MIT

About

A boilerplate app marketing site originally made for the app TinyIdea

https://idea.xinxiao.tech


Languages

Language:Pug 66.2%Language:CSS 21.5%Language:JavaScript 12.3%