uses json from dev server

instead of locally stored data, now the application can get the
data from json sources over the internet.

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
Sudhanshu Gautam 2019-07-05 22:08:10 +05:30
parent 6713303247
commit 16a6f7eb0b
3 changed files with 147 additions and 104 deletions

3
.gitignore vendored
View file

@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local editor configs
.idea