Skip to content

eduardorengifo/my-polaris-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Polaris App

This is a Next.js project bootstrapped with create-next-app.

Demo

Requirements

Note: This project contains the configuration for devcontainer.

  • NodeJS v20
  • PNPM v8.11.0
  • Docker (Devcontainer only)

Installation

1. Install dependencies with pnpm

pnpm install

2. Run the project

Run with pnpm and open https://localhost:3000 in your browser.

pnpm run dev

Other Available Scripts

Builds the app for production to the build folder.

pnpm run build

Run with pnpm and open https://localhost:3000 in your browser for production mode.

pnpm run start

Format your code with Prettier.

pnpm run format

Develop, test and document components with Storybook.

pnpm run storybook

Demo

Visual testing with Playwright.

Note: Probably you need to install playwrigth dependencies before run your tests. pnpm exec playwright install --with-deps

pnpm run test:e2e
pnpm run test:e2e --ui #Show UI

Demo

References