A blank theme. Preview: https://blank-preview.lamnhan.com
To use this theme, clone this repo, or using the Mola all-in-one CLI:
# Install Mola all-in-one CLI
npm i -g @molacms/cli
# Create a new project
mola new blank <projectName>
# CLI params & options:
# mola new blank <projectName> [appDomain] [appName] [appDescription] --themes [list] --locales [list] --deploy [service]
# Example:
# mola new blank foo "foo.com" "Foo App" "The Awesome Foo Web App" --deploy githubProject scripts:
npm run build: build the web appnpm run deploy: deploy the web app
Optionally, you may also want to modify:
- LICENSE: anything
- package.json: Change
author,license,keywords,repository,bugs - src/index.html: Change
author,twitter:site,twitter:creator,fb:app_id
- Add a component (manually adding
[name].module.tsafter the command):
npx ng g c components/[name] --skip-import- Add a page:
npx ng g m pages/[name] --route [name] --module app.moduleThis theme is released under the MIT license.