Skip to content

Example of a fully functional landing page made with React + Router + Material UI. This website support Server Side Rendering (SSR) + Internationalized Routes + Stylized Material UI components (it does not look like Google App).

Notifications You must be signed in to change notification settings

stavarengo/landing-page-with-react

Repository files navigation

Landing Page With React

See it live

If you want to see it live, go to: Dutch or English.

Run locally

In the project directory, run:

$ npm install
$ npm start

This will start the application in development mode, thus the website will only be served in English.

If you want to run it locally as if it were in production, use the following commands:

$ npm install
$ NODE_ENV=production npm run start-express-ssr

In production mode you will be able to switch between the Dutch and English versions.

About

Example of a fully functional landing page made with React + Router + Material UI. This website support Server Side Rendering (SSR) + Internationalized Routes + Stylized Material UI components (it does not look like Google App).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published