This repo contains a work in progress Ecommerce responsive made with Next.js, Redux, Redux-persist, Hooks, SCSS and BEM. If you like it please give it a star
- Home page: /
- Products page: /products
- Product single page: /product/1
- Cart page: /cart
- Login page: /login
- Register page: /register
- 404 page: /page-not-found
-
Checkout page
-
Add Facebook login
-
Add Google login
-
Add Proptypes on components
-
Use CSS variables instead of static colors
-
Make sure Git and NodeJS is installed.
-
Clone this repository to your local computer.
-
Open terminal in root directory. Run
npm install --legacy-peer-deps
oryarn install --legacy-peer-deps
. -
Now app is fully configured π and you can start using this app using
npm run dev
oryarn dev
.
Startup is 100% free and open-source, feel free to use with your personal and commercial projects.
If you like the template, please star this repository to inspire the team to create more stuff like this and reach more users like you!