G2-Intership -Nuxtjs v2 Project setup Step 1 Start the Server(Start up the JSON Server) type this command into your terminal: json-server --watch db.json --port 3002. This will run on "https://localhost:3002". Step 2 (Open a new terminal) npm install Compiles and hot-reloads for development npm run dev . This will run on "https://localhost:3000" by default Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize configuration See Configuration Reference.