Skip to content

Instantly share code, notes, and snippets.

@zverbatim
Created September 17, 2017 18:58
Show Gist options
  • Save zverbatim/98b9289e5380a3d4dce25126895920a6 to your computer and use it in GitHub Desktop.
Save zverbatim/98b9289e5380a3d4dce25126895920a6 to your computer and use it in GitHub Desktop.
import React, {Component} from 'react';
import 'bootstrap/dist/css/bootstrap.css';
import 'font-awesome/css/font-awesome.css'
import './App.css';
import $ from "jquery";
window.jQuery = window.$ = $;
window.Popper = require('popper.js').default
require("bootstrap");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment