Are you using boilerplate when starting to make new project?

I'm using React and want to know how to make a new project faster with a clean directory structure!

I think Next.js has a clean directory structure, thus I can recommend it.

For example, Next.js has a pages directory and each page component becomes a route automatically.

Routing: Introduction | Next.js

I am using Next.js for AskMakers👍

$ npx create-next-app next-app
0
Your answer
Please login or sign up to answer the question.