Skip to content

yolandariveragarcia/awakeseller-frontend

Repository files navigation

Features

  • ⚡️ Next.js 13
  • ⚛️ React 18
  • ✨ Styled Components - CssInJs for component styling
  • 📏 ESLint — To find and fix problems in your code

Quick Start

The best way to start with this template is using Create Next App.

# yarn
yarn create next-app -e https://github.com/yolandariveragarcia/awakeseller-frontend
# npm
npx create-next-app -e https://github.com/yolandariveragarcia/awakeseller-frontend

Development

To start the project locally, run:

  npm dev
  our
  yarn dev

Open http://localhost:3000 with your browser to see the result.

Requirements

  • Node.js >= 18.02.0
  • npm our yarn

Directory Structure

  • .husky — Husky configuration and hooks.
  • public — Static assets such as robots.txt, images, and favicon.
  • src — Application source code, including pages, components, styles.

Scripts

  • yarn/npm dev — Starts the application in development mode at http://localhost:3000.
  • yarn/npm build — Creates an optimized production build of your application.
  • yarn/npm start — Starts the application in production mode.
  • yarn/npm lint — Runs ESLint for all files in the src directory.

SSl

  • npx local-ssl-proxy --source 3001 --target 3000 - Iniciar proxy HTTP SSL para desarrollo en local

Path Mapping

import { Button } from '~/presentation/components/Button';
// To import images or other files from the public folder
import avatar from '~/public/avatar.png';

License

MIT © Yolanda Rivera

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published