r3nanp / sellstore

πŸͺ A store to sell the bests products! It's one e-commerce written in Next.js with Tailwind CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SellStore

A store to sell the bests products!

r3nanp license mit prs style: tailwindcss

πŸ›  Technologies used

  • Next
  • Typescript
  • TailwindCSS
  • Nookies
  • Unform
  • Yup

πŸŽ‰ Contributing

Check this step by step

πŸ‘·β€β™‚οΈ Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/r3nanp/sellstore.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:r3nanp/sellstore.git

Install dependencies

yarn install

Or

npm install

Create your enviroment variables based on the examples of .env.example

cp .env.example .env

After copying the examples, make sure to fill the variables with new values.

πŸƒ Getting Started

Run the following command in order to start the application in a development environment:

yarn dev

πŸ“• License

Released in 2021. This project is under the MIT license.

Made with love by Renan Pereira πŸ’œπŸš€

About

πŸͺ A store to sell the bests products! It's one e-commerce written in Next.js with Tailwind CSS.

License:MIT License


Languages

Language:TypeScript 93.4%Language:JavaScript 4.2%Language:CSS 2.4%