matheusleandroo / gorestaurant-web

A simple project to manager an restaurant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desafio: GoRestaurant Web

A simple project to manager an restaurant

Home

Getting Started

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

Prerequisites

NodeJS

You need to install NodeJS on your computer before you can use "Desafio: GoRestaurant Web". You can install NodeJS by following these instructions.

Once you have completed the installation process, try typing npm -v into your command line. You should get a response with the version of NodeJS.

Yarn

Once you have NodeJs instaled, you need to install Yarn. You can install Yarn by following these instructions.

After instalition, try typing yarn -v into your command line. You should get a response with the version of Yarn.

It is recommended to install the extension ESLint, Prettier, EditorConfig and edit the code editor' settings:

  "files.eol": "\n",
  "editor.codeActionsOnSave": { "source.fixAll.eslint": true },

Deploy

After clone repository, go to folder and follow this steps:

  • Run yarn to install dependencies;
  • Run json-server server.json -p 3333 to start api;
  • Run yarn start to start application.

Now you can use from your browser "Desafio: GoRestaurant Web".

Built With

  • ReactJS

Tools

  • TypeScript
  • React Modal
  • ESLint + Prettier + EditorConfig;

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Based on Rocketseat Bootcamp 🚀

About

A simple project to manager an restaurant.

License:MIT License


Languages

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