Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.46 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.46 KB

React | TypeScript | Tailwindcss

Frontend project with JWT authentication to create, modify and delete tickets assigned to different developers.

Used technology

Requirements

Getting Started

  1. Clone repository
$ git clone https://github.com/pedroriverove/support-project-front.git
  1. Change into the working directory
$ cd support-project-front
  1. Copy .env.example to .env and modify according to your environment
$ cp .env.example .env
  1. Install project dependencies
$ npm install
  1. Finally, launch the app
$ npm start

Scripts

  • npm start — Launches the app in development mode on http://localhost:3000
  • npm build — Compiles and bundles the app for deployment

Related Projects

Admin Credentials

  • username — admin
  • password — password

Dev Credentials

  • username — user1
  • password — password

Screenshot