š Next.Js PWA(progressive web app) Web Application š
Before you begin, ensure you have the following tools installed:
git clone https://github.com/ShariarSheikh/next.js-pwa.git
Navigate into the project directory using the following command:
cd [project-name]
Install the project dependencies using npm:
npm install
Once the dependencies are installed, start the development server:
npm run dev