Giter VIP home page Giter VIP logo

client-side-restaurant-app's Introduction

Toque APP!

Aplicacion para el manejo de pedidos (Meseros y cocina) en tiempo real en un restaurante, desarrollada completamente en Javascript y utilizando Firebase como PaaS.

Tech Description Learn More
React Fast, composable client-side components. Pluralsight Course
Redux Enforces unidirectional data flows and immutable, hot reloadable store. Supports time-travel debugging. Lean alternative to Facebook's Flux. Tutorial
React Router A complete routing library for React Pluralsight Course
Babel Compiles ES6 to ES5. Enjoy the new version of JavaScript today. ES6 REPL, ES6 vs ES5, ES6 Katas, Pluralsight course
Webpack Bundles npm packages and our JS into a single file. Includes hot reloading via react-transform-hmr. Quick Webpack How-to Pluralsight Course
Browsersync Lightweight development HTTP server that supports synchronized testing and debugging on multiple devices. Intro vid
Mocha Automated tests with Chai for assertions and Cheerio for DOM testing without a browser using Node. Pluralsight Course
TrackJS JavaScript error tracking. Free trial
ESLint Lint JS. Reports syntax and style issues. Using eslint-plugin-react for additional React specific linting rules.
SASS Compiled CSS styles with variables, functions, and more. Pluralsight Course
Editor Config Enforce consistent editor settings (spaces vs tabs, etc). IDE Plugins
npm Scripts Glues all this together in a handy automated build. Pluralsight course, Why not Gulp?

##Configuración inicial de la maquina

  1. Instalar Node 4.0.0 o superior - (Se recomienda instalar la versión 5.0 o superior). Puedes usar NVM para manejar múltiples versiones de Node en la misma maquina? Use nvm.
  2. Instalar Git.
  3. Instalar React developer tools and Redux Dev Tools en Chrome. (opcional.)
  4. En un Mac? Eso es todo lo que necesitas, a continuación se detalla la instalación en linux y windows

On Linux:

  • Ejecuta esto Incrementa el limite en el numero de archivos que se puede observar. Acá el porque. echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

En Windows:

  • Instalar Python 2.7. Algunos módulos de node puede depender de node-gyp, El cual requiere Python en Windows.
  • Instalar el compilador de C++. Browser-sync requirere un compilador de C++ en Windows. Visual Studio Express Viene con un compilador de C++ gratuito.O si ya tienes Visual C++ instalado: Abre visual estudio code y ve a File -> New -> Project -> Visual C++ -> Install Visual C++ Tools for Windows Desktop.

Iniciando el proyecto

  1. Clona el proyecto. git clone https://github.com/batusai513/client-side-restaurant-app.git.
  2. Instalar los paquetes de Node. npm install
  3. Corre la aplicación con:. npm start -s

client-side-restaurant-app's People

Contributors

andresroberto avatar batusai513 avatar

Watchers

 avatar

Forkers

acamtech

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.