Skip to content

webisoftSoftware/zktt_front_end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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