Skip to content

vinicios-gomes/react-commerce

Repository files navigation

React Commerce

This project aims to build a simple ecommerce with React. Using Next for better project scalability, SEO, SSR, SSG.

Getting Started

For run in the development mode:

npm run dev
# or
yarn dev

For run in server mode:

First, build the project

npm run build
# or
yarn build

And after run server:

npm start
# or
yarn start

For run the tests

run Unit tests

npm run test
# or
yarn test

To generate coverage

npm run test:coverage
# or
yarn test:coverage

run E2E tests

npm run cy:run
# or
yarn cy:run

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

Learn More

Technologies used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published