Skip to content

Instantly share code, notes, and snippets.

@puttpotsawee
Last active April 22, 2021 07:58
Show Gist options
  • Save puttpotsawee/4176b2b2e89d2574f131814213bfcd46 to your computer and use it in GitHub Desktop.
Save puttpotsawee/4176b2b2e89d2574f131814213bfcd46 to your computer and use it in GitHub Desktop.
[MicroFrontend Workshop 1] Initialize Project
git clone git@github.com:react-boilerplate/react-boilerplate.git dog
cd dog
rm -rf .git
cd ..
cp -r dog cat
cp -r dog container
cd dog
npm i react-redux@7.1.0 cors
cd ../cat
npm i react-redux@7.1.0 cors
cd ../container
npm i react-redux@7.1.0 cors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment