Frontend for Jitheshraj Scholarship Portal Form.
- Install npm
- Clone the repository -
git clone <remote-url> - Go to the project directory -
cd <cloned-repo> - Install dependencies -
npm install - Start server -
npm run start
Linter has been set up to run before each serve.
- To find lint errors -
npm run lint - To handle simple fixes automatically -
npm run lint:fix
- If you face some version incompatability issue while installing/running, check your
nodeandnpmversion and ensure it is compatible with the project.