Skip to content

yeomjaeseung/signify-react-ts

 
 

Repository files navigation

Signify React sample app

Run locally

The code is built using React, Vite, Typescript and running code locally requires a Mac or Linux OS.

  • Install Node.js

  • To install dependencies of Signify, in the project root directory run: for NPM:

    npm install

    for PNPM:

    pnpm install
  • Navigate to examples/signify-react-ts directory

    cd examples/signify-react-ts
  • Install dependencies:

    npm install
  • Run the development server:

    npm run dev
  • Open http://127.0.0.1:5173/ in browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 93.5%
  • JavaScript 3.7%
  • CSS 2.3%
  • HTML 0.5%