Last active
April 22, 2021 07:58
-
-
Save puttpotsawee/4176b2b2e89d2574f131814213bfcd46 to your computer and use it in GitHub Desktop.
[MicroFrontend Workshop 1] Initialize Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]:react-boilerplate/react-boilerplate.git dog | |
cd dog | |
rm -rf .git | |
cd .. | |
cp -r dog cat | |
cp -r dog container | |
cd dog | |
npm i [email protected] cors | |
cd ../cat | |
npm i [email protected] cors | |
cd ../container | |
npm i [email protected] cors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment