0.1.14 • Published 4 years ago
@adlib/app v0.1.14
Adlib: Web app build tool
Personal TypeScript web app build tooling.
Getting Started
Install.
npm i -D @adlib/appInit.
npm exec app -- initConfigure (package.json).
{
"scripts": {
"start": "app start -t <title>",
"build": "app build -t <title>",
"clean": "app clean"
}
}Where <title> is the web app HTML page title.
Files
- Either
src/index.tsxorsrc/index.tsmust exist. - Static content will be copied from the
publicdirectory if it exists. - The
public/index.htmlfile will be used if it exists. - The
public/favicon.pngorpublic/favicon.icofile will be used if it exists.