0.0.2 • Published 6 years ago

bb-test-packagee v0.0.2

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

Browsbox Admin Frontend

Local development

Create proxy.local.json file, which contains settings for proxy server of webpack dev server, it's ignored by default in GIT, because it contains environment specific contents. An example proxy configuration:

{
  "/": {
    "target": "http://[your-browsbox-url]",
    "secure": false,
    "changeOrigin": true,
    "headers": {
      "Cookie": "PHPSESSID=[your-phpsessid-cookie-id]"
    }
  }
}

Remember to always update the Cookie value of your PHPSESSID (you can get it from your browser storage) to allow access restricted /api admin's area when application is running in development mode.

0.0.2

6 years ago

0.0.1

6 years ago