Skip to content

abrouter/front

Repository files navigation

ABRouter Front

Please, feel free to visit the full documentation.

If you're wondering to deploy the ABRouter locally, please see the README of main ABRouter repository.

Front-end of ABRouter is based on Laravel as the server and contain some react apps.

React apps

Experiments

Located in react/experiments. Experiments application. Used in experiments dashboard

Sign-up

Located in react/signup. Sign-up/Sign-in application. Used for authentication page

Deploy & Build

You can use the following command to build the front:

make build-front

This command will create new builds for each app and move it to public/js. Actual build files is stored in front-config/global.json.

We're plan to move the apps to separated folders and builds via netlify.

Contributing

Feel free to contibute.