Planning a trip to Varanasi?
Book a cab in Varanasi with us for the lowest fare and most efficient car hire and taxi service. Hire us to visit Kashi Vishwanath, Ganga Aarti, Sarnath Darshan and many more places inside as well as near Varanasi and take your touring experience to another level.
- Bootstrap 4.x
- ReactJS
- Nodejs
- Expressjs
- React Hooks are the way to use stateful functions inside a functional component. Functional components are components written as a function, so they take some input (props) and return a react element.
- More information https://reactjs.org/docs/hooks-intro.html
- Using React Hooks will improve the performance of our project as it uses memorization techniques to avoid re-rendering of the component.
npm install
cd client npm install
npm run dev
cd client npm run build
Test production before deploy.
After running a build in the client point_up_2, cd into the root of the project.
And run..
NODE_ENV=production node app.js Check in browser on http://localhost:8080/