Issue
I’m working on a project. In this project, I'm creating a React user interfaces to enter data. So now, I only can run the React project with npm start
. That mean I need code to run the project
Is there any way to deploy my project locally? I mean, I need a way to run the React project without use of code. I need to deploy only on my local PC.
Solution
You can do this following:
- Build your react project
- Use server and visit your url. ex: localhost:8887
You can use Web Server for Chrome
for server.
Answered By - Yamata Tadashi Answer Checked By - Senaida (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.