shinobig / betterware-test

Test app para Betterware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Este proyecto fue creado con Create React App Create React App.

TEST DE MIDDLEWARE

software:

  • React
  • Create React App
  • node-sass
  • bootstrap (la app es responsiva)
  • Font Awesome

Instrucciones

Es necesario tener instalado npm (node)

  1. Clone el repositorio en la carpeta deseada
  1. Seleccione la carpeta desde su consola

  2. En su consola escriba 'npm install' , esto instalara las dependencias, puede tomar unos minutos

  3. Una vez instalado todo, escriba en su consola 'npm start' para correr la app

Nota

  • El boton de comprar no esta habilitado

Scripts

En el directorio se pueden correr los siguientes scripts:

npm start

Corre la app en Development Mode:
http://localhost:3000 .

La pagina se va a refrescar si se hacen cambios
Se mostraran tambien los errores.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Deployment

Para saber de deployment con Create React App: https://facebook.github.io/create-react-app/docs/deployment

About

Test app para Betterware


Languages

Language:JavaScript 79.9%Language:SCSS 15.3%Language:HTML 3.5%Language:CSS 1.4%