Skip to content

gabrielmedina/store-next

Repository files navigation

Store Next

Setup

To run this project you'll need:

  • nodejs 18.12.1

📦 Dependencies

Install nodejs dependencies:

npm install

⚙️ Configuration

Configure your .env.local file according to .env.example

💻 Running

Run dev command to start dev server.

npm run dev

🧪 Tests

Run test command to check tests.

npm run test

Watch mode.

npm run test:watch

Collect coverage.

npm run test:coverage

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Languages