Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 677 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 677 Bytes

zKTT Front End

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

Clone the repository:

git clone https://github.com/webisoftSoftware/zktt_front_end.git
cd zktt_front_end

Install dependencies:

npm install

Running the App

To start the server:

npm start

Project Structure

  • app
    • public
      • index.html
      • manifest.json
    • src
      • App.js
      • index.js
      • styles.css
      • util.js

Acknowledgements