git clone https://github.com/itsmais/time-it-app.git
cd time-it-app
npm installStart the app in the dev environment:
npm startBefore attempting to package the app, add the following to webpack.config.base.js in node_modules.
{test: /\.js$/ , loader:'babel-loader', exclude: '/node_modules/'},
{test: /\.jsx$/ , loader:'babel-loader', exclude: '/node_modules/'}To package for the local platform:
npm run-script build
npm run-script package // yarn packageComing soon.
Coming soon.
- fix the overall layout - Settings page
- add an extract data option - Settings page
- add button loaders / make buttons change when actions are completed - Settings page
- add a sidebar toggle button
GNU General Public License. Credits are required for code reuse from this repository.