-
Notifications
You must be signed in to change notification settings - Fork 1
Basic setup
Justin Gasper edited this page Nov 23, 2021
·
1 revision
Running MFE forums app:
Add 127.0.0.1 local.topcoder-dev.com
to your hosts file first!
nvm use 10.22.1
npm i -g local-ssl-proxy
local-ssl-proxy -n local.topcoder-dev.com -s 443 -t 8080
git clone -b earn-restructure https://github.com/topcoder-platform/micro-frontends-navbar-app.git
cd micro-frontends-navbar-app
export APPMODE=development
export APPENV=local
nvm use 10.22.1
npm i
npm run dev
git clone -b earn-restructure https://github.com/topcoder-platform/micro-frontends-frame.git
cd micro-frontends-frame
export APPMODE=development
export APPENV=local-multi
nvm use 10.22.1
npm i
npm run local-server
export APPMODE=development
export APPENV=local-multi
nvm use 10.22.1
npm run local-client
git clone git@github.com:topcoder-platform/micro-frontends-forums-app.git
cd micro-frontends-forums-app
export APPMODE=development
export APPENV=local
nvm use 10.22.1
npm i
npm run dev
You should be able to access https://local.topcoder-dev.com and login with a Topcoder dev test account