Skip to content

Instantly share code, notes, and snippets.

@bluebycode
Created November 30, 2019 00:31
Show Gist options
  • Save bluebycode/953d3a97d91c9defe4d24b51320d968c to your computer and use it in GitHub Desktop.
Save bluebycode/953d3a97d91c9defe4d24b51320d968c to your computer and use it in GitHub Desktop.
cd poc
npm init react-app bler
cd bler
npm start
en App.js
import { Encrypt } from "./Crypto"
añade junto a App.js => Crypto.js (https://gist.github.com/vrandkode/c53492f975ee926ad0cc58055ed0faf3)
en App() añade
class App(){
constructor(){
Encrypt(xxxxx)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment