Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Latest commit

 

History

History

ui

Packet Café UI

Data Input

This tool supports Drag and Drop onto the upload page.

Development

This project is built with ReactJS.

This project is bootstrapped using create-react-app.

Here are quick scripts to get started:

  • npm install: Install Node dependencies
  • npm start: Start the hot reloading development server inside the ui folder
  • npm run start-server: Start the production express server
  • npm test: Run the test suit and watch for changes.
  • npm build: Build a production optimized bundle of the app.

Project Structure

  • src/components contains modular components to each page

Resources