React, TypeScript, Next.js, ESlint, Sass, PostCSS
Personal website used as an object of experimentation.
While Webpack standalone and friends can be great allies, Next.js not only makes React in the server straightforward, but also "config-free". It gives better performance since the page is rendered server-side, what improves the SEO too. It also comes with a powerful tool to export your (simple) website to be static, not dependant on the server.
The goal was to turn the vuewebsite project into React using Next.js
install modules
npm install
development server
npm run dev
production / static
npm run export