Status 301: Moved permanently to web-front-end
We have decided to rewrite the web-front-end to remove code smells from its root and to also smoothen our transition to using the Next.js framework instead for the front-end of NKSSS' webpage. Following this, a new repository has been created on which all future work shall be done.
This repository holds the source tree for the web frontend of NIT KKR Student Support System. The project is using Typescript
as the language of choice with the ReactJS
web framework. Cypress
is being used for testing. You need to have NodeJS
and npm
installed locally to run this app.
- Clone the repository locally, using the command
git clone git@github.com:NIT-KKR-Student-Support-System/nkss-web-frontend.git
- Move into the project directory
cd nkss-web-frontend
- Install the required dependencies
npm install
- Start the app locally
npm run start
The above command will start the app locally on your system with a webpack server running on port 3000
- To get a production build of the app, you can run
npm run build
which can then be served locally using something like serve.