jskzero
2017/11/07
- work-better contails a todilist and a timer which designed to help you work better.
- work-better use github account and gits to store data, so you can get your data evevry where.
- work-better is implemented by angularJS v5.0.0
-
firstly you should hava
nodejs
envirment, andnpm
package manager. use npm to installangularJS
first.nodejs -v npm -v npm install -g @angular/cli
-
install
git clone https://github.com/jskyzero/Work-Better.git cd Work-Better npm install
-
run
npm run
then open your browser to open the site
because of the broswer CORS secure issue, I can't set request header to disable cache, the OPTIONS pre-request cause Access-Control-Allow-Headers error, so the update will not show in time, you can use browser debug mode and set disable cache by hand to solve it.
Thanks to someone who maybe will not want his(her) name show here.