Project | Technologies | How to run
T-shirt shop app developed during Rocketseat's Ignite using Next.js, TypeScript, styles with Stitches, platform for registering products and purchases with Stripe, data fetching with Axios, slide lib with Keen-Slider and different types of rendering methods with SSG (Static Site Generation) and SSR (Server Side Rendering).
Before starting, you need to have Git and Node installed on your machine.
- Clone this repo:
$ git clone https://github.com/Gabriel02ps/ignite-shop
- Enter directory:
$ cd ignite-shop
- Install dependencies:
$ npm install
- Install dependencies:
$ create a .env.local file
- Launch the app:
$ npm run dev
After that, create a .env.local file on project root. and add the following content:
# APP
NEXT_URL=http://localhost:3000
# STRIPE
STRIPE_PUBLIC_KEY=xxx
STRIPE_SECRET_KEY=xxx
Have fun!