(no title)
pierreburgy | 3 years ago
As for the front-end, Hugo is a good choice if you want to build a simple website. However, my recommendation would be to use a front-end framework like Next.js or Nuxt.js so you can benefit from the capabilities of React or Vue.js while having the advantages of both static and dynamic (through Server-Side Rendering).
You can find plenty of tutorials here: https://strapi.io/blog/categories/tutorials?type=v4
duncanphillips|3 years ago