- Clone this repo with
git clone [email protected]:TimAle/get-your-vpn-config-ui.git
- Install dependencies using
yarn install
- Set backend URL through environment variable which will be used on app build
export REACT_APP_LAMBDA_URL=<lambda_with_backend_host>
yarn start
will start the app in development mode serving WDS on http://localhost:3000
yarn build
will produce production-ready files to the./build
directory
yarn test
will run units