The app is bootstrapped using create-next-app. So all next.js commands are available.
npm run dev
to run in dev mode
npm run build
to build production bundle
npm run start
to build production and serve
npm run lint
to run eslint
Server side rendering is done using Next.js CSS-in-JS using styled-components No css library or framework has been used
POC for conductiong assessments among students