Skip to content

Instantly share code, notes, and snippets.

@ting11222001
Created October 5, 2020 03:54
Show Gist options
  • Save ting11222001/8e770e2b236145b05a380e367a652e73 to your computer and use it in GitHub Desktop.
Save ting11222001/8e770e2b236145b05a380e367a652e73 to your computer and use it in GitHub Desktop.
# install
$npm install bootstrap
$npm install react-router-dom
import React from 'react';
import "bootstrap/dist/css/bootstrap.min.css";
import { BrowserRouter as Router, Route } from "react-router-dom";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment