Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 382 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 382 Bytes

nextjs-resume

This is a resume template created in nextjs. Please feel free to use this template and modify. I did this in my free time to try out nextjs framework.

Install Dependencies

npm install

Starting the Dev Server

npm run dev

Starting the Server

npm run start

Building for Production

npm run build