This webapp is built with React using CreateReactApp, Reactstrap, and FontAwesome Icons. The hosting is provided through Google Firebase.
The application does basic conversions between pace, distance, and time of various units.
- Install NPM
- Navigate to the main directory in a terminal
- Serve the site to see changes during development
- Run
npm start
- The site will be live at http://localhost:3000/
- Run
- Build the site for deployment
- Run
npm run build
- The built site can be found in the
build
folder
- Run