Application developed with Next.js as Rocketseat - Ignite challenge.
This app features all the latest tools and practices in web development!
- ⚛ NextJs
- ⚡ ChakraUI
- 💖 Lint
I've used other libraries too, like swiper for touch slider accelerated transitions; json-server for fake REST API;
First you need to have node and yarn installed on your machine. Then, you can clone this repository and run the following commands inside the project folder:
yarn;yarn server;yarn dev;
To view the project you can open localhost:3001