coding challenge
This application has been tested on Node.js 10.7.0 and npm 6.3.0.
These packages available here for download here.
Choose the "Current" version for download.
To run the app:
- Clone the git repository.
cd
into the directory.- Then install the dependencies
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, checkout the Nuxt.js docs.
As a user you can browse the categories using the swipeable navbar.
As a user you have the ability to browse through recent posts.
As a user you have the ability to load more posts to browse.
As a user you have the ability to show a single page post.
As a user you can swipe between multiple articles.