this-fifo/jutsu

Why by default it is opening in localhost:3000/jutsu instead of localhost:3000? How can I cange /jutsu path to /.

ShivamSharma-Nsut opened this issue · 1 comments

Why by default it is opening in localhost:3000/jutsu instead of localhost:3000? How can I cange /jutsu path to /.

Hi @ShivamSharma-Nsut , if you are referring to the sample application included in this repository, that is because it's simpler that way for running both the library and the app and for deploying it to github pages

You can create your own application using this library and serve/host it however you prefer, if you are new to React I recommend you read up on https://create-react-app.dev/ to create and configure your React application in the way you prefer

This library is something that you can include to a project of your own, not something you are supposed to install and deploy