Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 642 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 642 Bytes

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.