Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 688 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 688 Bytes

Notes

This project was bootstrapped with Create React App.

Initial commands

$> npx create-react-app react-unit-converter --template typescript
$> npm install --save react-router-dom
$> npm install --save bootstrap
$> npm install react-bootstrap
$> npm install react-i18next i18next --save
$> react-helmet-async

Following the GitHub pages guide

Running

$> npm start #dev
$> npm test
$> npm run build #production build
$> npm run deploy #push to gh pages

Dependencies Used

  • gh-pages
  • typescript
  • react-bootstrap
  • react-i18next