This project was bootstrapped with Create React App.
In the project directory, you can run:
create the node virtual environment and install the dependencies
create the minified js ready to be deployed
create dist folder and related files
fork the project and adjust the relative configurations in profiles/env, the packages in package.json and the relative proxy
vim package.json
vim profiles/env/env.dev.local
ln -s profiles/env/env.dev.local .env.development.local
ln -s profiles/env/env.build.dev_server .env.production