Skip to content

kirqe/VuTimeLog

Repository files navigation

VuTimeLog

demo

VuTimeLog is a timetracker ish sample app built with the following tools to learn some vue.js

Setup

npm install
npm run dev

# build for production with minification
npm run build

api

cd backend
bundle
rake db:create
rake db:migrate
rake db:seed # check db/seeds.rb
rails s

update default_url_options in application.rb for prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks