Skip to content

Instantly share code, notes, and snippets.

@AvgustPol
Last active December 12, 2020 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AvgustPol/775e543c62c13eb0b836e412693e5b04 to your computer and use it in GitHub Desktop.
Save AvgustPol/775e543c62c13eb0b836e412693e5b04 to your computer and use it in GitHub Desktop.
React app script template

Create new react app with typescript

npx create-react-app app-name --template typescript

More info adding-typescript

Bootstrap

Add to project

npm install --save bootstrap

Use

import 'bootstrap/dist/css/bootstrap.css';

More info adding-bootstrap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment