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 church <projectName>
# CLI params & options:
# mola new church <projectName> [appDomain] [appName] [appDescription] --themes [list] --locales [list] --deploy [service]
# Example:
# mola new church foo "foo.com" "Foo App" "The Awesome Foo Web App" --deploy github
Project 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.ts
after the command):
npx ng g c components/[name] --skip-import
- Add a page:
npx ng g m pages/[name] --route [name] --module app.module
This theme is released under the MIT license.