This refine project was generated with superplate.
This project is a Storefront
(Online pressence) of Anime-レストラン restaurant franchise. This website showcase the products available at the restaurant and other information about the restaurant. We build a simple Yet stylish storefront using refine.
refine is a React-based framework for building data-intensive applications in no time ✨ Refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limited to admin panels, B2B applications and dashboards.
Github
:- Vinit Gurjar , Ronit GurjarTwitter
:- Vinit Gurjar , Ronit Gurjar
here are few photos that shows how the website looks like:-
In order to run the project locally on your system, follow these steps:-
- Install the project following the instruction provided in the below section. (Install Project section)
- After Successfully installing, open the terminal and Type the following command:-
npm run dev
this should open a new tab on the browser at port localhost:3000
.
To install the project follow these instruction:-
if you decide to Clone this file:-
- Open the repo, click on the button.
- Copy the https link.
- Open your git bash terminal or Vs-code terminal and enter following command:-
git clone https://github.com/Ronit-gurjar/anime-restoran.git
- Once successfully downloaded, enter following commands:-
cd anime-restoran
code .
if you decide to download th ezip file:-
- Open the repo, click on the button.
- Click on the Download zip button.
- Once downlaoded, open the zip and extract the contents to desired location.
- Open the folder in Vs-code or your desired IDE
npm install
this will install all the dependencies for the project to work.