Skip to content

josemartos/reactwebsite

Repository files navigation

Minimalistic React website

React, TypeScript, Next.js, ESlint, Sass, PostCSS

Description

Personal website used as an object of experimentation.

Motivation

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

Setup

install modules

npm install

development server

npm run dev

production / static

npm run export

About

Minimalistic React website powered by Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published