Features | Getting Started | Reference
This project was developed with the following technologies:
- Next JS - React framework for creation high-quality web applications.
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
This application was developed during the Next.js App Router and tests training, promoted by Rocketseat.