Skip to content

anuradha-lakruwan/unit-conversion-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

You can access the project via https://anuradha-lakruwan.github.io/unit-conversion-web-app/

This project was bootstrapped with Create React App.

Initial commands

$> npx create-react-app react- --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