/acamica-rewards

Primary LanguageJavaScriptMIT LicenseMIT

Acamica Rewards · License: MIT

Este es un proyecto para el curso de Front-End Avanzado en React. Consiste en una web donde el usuario puede canjear productos por puntos.

Se puede probar en el siguiente link: https://app.giorgio.work/acamica-rewards/ o ejecutarlo localmente.

Utiliza una token personal.

Getting Started

# Get the latest source
git clone https://github.com/gioacostax/acamica-rewards.git <myproject>

# Change directory
cd <myproject>

# Install dependencies
yarn

# Start development server
yarn start

Build

# Build your project
yarn build

# (Optional) Upload your app to Vercel
yarn deploy

Build Analyzer

Build and analyze the compiled package.

# Build your project
yarn build:analyzer

Build Server

Build and serve the app locally.

# Build your project
yarn build:server

Lint

Verify that there are no syntax errors.

# Build your project
yarn lint