This is the prototype front end website for SyntheticUSA. It is built using React, as well as other open source Javascript tools.
From the site/ directory:
$ npm install$ npm startThe site will be available at http://localhost:3000/
To prepare the site for deployment to the production server, you need to build the site in production mode.
$ npm run buildAll files necessary for the production site are located in the build directory. Copy those files to the DocumentRoot of the server.