InfoLearn is a social network for learning. You can publish short texts and InfoLearn repeats these texts for you to memorize them.
This repository is the frontend code in VueJs. it proivdes user interface for InfoLearn.
Create an .env.developement
and .env.production
files in the root with below contents
VUE_APP_API_URL=http://localhost:3000/ #api end point
then
npm install
For APIs see InfoLearn backend repositry.
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit