viniciusbe / restaurant-web

Restaurant menu built with react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoRestaurant logo

web version of GoRestaurant, application for food orders

GitHub license Badge

▶ Preview

📝 Table of Contents

🧐 About

This project was created during the RocketSeat's bootcamp GoStack

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What you'll need to install the application.

Node.js
Yarn

Installing

A step by step series of examples that tell you how to get a development env running.

Cloning the repository:

git clone https://github.com/viniciusbe/GoRestaurant-web

Enter the app folder:

cd GoRestaurant-web

Install the dependencies:

yarn

Run the application:

# Run the fake api
yarn json-server server.json -p 3333

# Run the application
yarn start

The application should run on http://localhost:3000/

⛏️ Built Using

✍️ License

This project is made available under the MIT License

Authors

avatar

Made with ❤ by Vinícius Bernardes

Linkedin Badge Gmail Badge Twitter Badge

About

Restaurant menu built with react

License:MIT License


Languages

Language:TypeScript 96.1%Language:JavaScript 2.2%Language:HTML 1.7%