Skip to content

helloanoop/ojet-7-expense-tracker

Repository files navigation

ojet-7-expense-tracker

A Simple Expense Tracker app built using OJET 7

Dependencies

  • Node > v8
  • Ojet CLI 7.1.0
npm install -g @oracle/ojet-cli@7.1.0

Workflow

# install
npm install

# build
ojet build

# run
ojet serve

# copy jet composites
cp -R src/js/jet-composites/* web/js/jet-composites/

Theming

# add support for theming
ojet add sass

# add a theme
ojet create theme blueberry

# build with theme
ojet build --theme=blueberry

# serve with theme
ojet serve --theme=blueberry

Contribute

Pull Requests always welcome, as well as any feedback or issues.

About

An Expense Tracker App built with OJET v7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published