Anandhu
Anandhu

Reputation: 827

React Web App to static website using gatsby

I have a react-web-app using webpack and npm (create-react-app to be precise). My target is to convert it to a static website using gatsby(or some other static site generator?).

How can I achieve this?

Do I have a better option(other than from gatsby)?

Upvotes: 0

Views: 233

Answers (1)

OliverRadini
OliverRadini

Reputation: 6467

Gatsby is a fine option, you can learn more about it here: https://kalinchernev.github.io/learn-gatsbyjs/

Upvotes: 1

Related Questions