Skip to content

ajmaln/easyku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyKU

Easily Access Results, Notifications from https://exams.keralauniversity.ac.in. Get updated on new result announcements and notifications


image

Installation & Setup

  1. Clone the repositiory
git clone REPO-URL
  1. Install dependencies using yarn or npm
yarn

or

npm install
  1. To start development server
yarn start

or

npm run start
  1. To create an optimized build:
yarn build

or

npm run build