This package has been deprecated

Author message:

Deprecated

bb-test-packagee

0.0.2 • Public • Published

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.

/bb-test-packagee/

    Package Sidebar

    Install

    npm i bb-test-packagee

    Weekly Downloads

    0

    Version

    0.0.2

    License

    none

    Unpacked Size

    31.8 MB

    Total Files

    31

    Last publish

    Collaborators

    • npm
    • atracz_polcode