Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 478 Bytes

Running the app

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

Stack details

Server side rendering is done using Next.js CSS-in-JS using styled-components No css library or framework has been used

details

POC for conductiong assessments among students