Begin by installing dependencies with command:
npm install
Before accessing the landing page, build project with command:
npm run build
This command will build the app for production to the 'build' directory.
Run the application in development mode by running command:
npm start
Open [http://localhost:3000] (http://localhost:3000) to view in the browser.
The page will reload any edits you make.
Lint errors are logged in the console.
Run NodeJS server with command:
node server/server.js
Open [http://localhost:8080] (http://localhost:8080) to view in the browser.