Skip to content

isabelamoraes/devstore

Repository files navigation

devstore

A clothing e-commerce for developers

Features   |    Getting Started   |    Reference

Application Demo

Features

This project was developed with the following technologies:

  • Next JS - React framework for creation high-quality web applications.

Getting Started

To clone and run this application, place from your command line:

# Clone this repository
$ git clone https://github.com/isabelamoraes/devstore.git

# Go into the repository
$ cd devstore

# Install dependencies
$ pnpm install

# Run the application
$ pnpm dev

# Run the tests
$ pnpm cypress run

Reference

This application was developed during the Next.js App Router and tests training, promoted by Rocketseat.