Skip to content

minhmo1620/WizFood-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WizFood

WizFood-react is the Frontend of WizFood, which is my Capstone project to graduate

Set up

Please make sure you have installed node, npm, and yarn

$ brew install [email protected]
$ brew install [email protected]
$ brew install [email protected]

Run the application

Docker

Build:

docker build -t wizfood-react:1.0 . 

Run:

docker run --rm -p 3000:3000 wizfood-react:1.0

Without Docker

Install the project

npm install

Run the project locally

npm start

or

yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published