29
loading...
This website collects cookies to deliver better user experience
npm install
, and in the case of a NextJS app, you're going to run npm run dev
to start the development process. pages
folder is like your src
folder. Inside you'll find the index.js
file, which is like your App.js
file in a create-react-app project. You'll also find _app.js
which is like your index.js
file in create-react-app.