0.1.0 • Published 3 years ago

zimfuzzysearch v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Frontend Documentation Portal

Repo for the Frontend-Devtools Client Based on:

  • React + React Router
  • Typescript

Required Guideline "knowledge"

Acknowledgments:

  • based on Create React app and of Course React.
    • Typescript template

Prerequisits

  • Node.js
  • npm

Installation

  • Clone repo
  • inside the root (where the package.json is) run:
npm i
  • this will install all required dependencies declared in package.json

Development

npm start
  • starts the development server

Build / Production

npm build
  • builds the application

Deployment