Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 295 Bytes

File metadata and controls

19 lines (16 loc) · 295 Bytes

Frontend for TopRanker

Made with Vuejs + Nuxt.js


Clone the project:

git clone git@github.com:Top-Ranker/Frontend.git

Install Dependencies:

cd Frontend/src/
yarn dev

Run Nuxtjs server (Port:3000) along with Backend (Port:8000)

yarn dev