Code Monkey home page Code Monkey logo

groups4auth0's Introduction

Auth0 Extension for miaa Guard

Requirements

Node

Node >8 is required. https://github.com/nvm-sh/nvm

Installation

Install all npm dependencies with the following command.

npm install

Development

1 environment variable is required.

  • CDN, where your files are hosted.

Create a .env file with the variable inside.

CDN=https://your-cdn-host/your-optional-subfolder

Start the development server (http://localhost:3000) with the following command.

npm start

Watching with nodemon

It will watch all files inside src/ for changes and will reload the app when the change has happened.

Deployment

For a deployment a new version needs to be created. Use the following command. After this command, the deploy will start automatically.

npm version (major|minor|patch)

For Auth0 extension installation. It is best to upgrade the minor version.

This will increase the version in package.json and the script postversion will run.

Post versioning

After the versioning is done it will continue with undoing the current git commit because more files will change and need to be committed.

The script will then sync the version of webpack.json to the newly updated version in package.json.

After this it will start the build, which will create a build/bundle.js file.

At last, all changed files will be commited and pushed to the git repo.

groups4auth0's People

Contributors

dirkstals avatar

Watchers

 avatar

groups4auth0's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.