This is a Shopping Cart application built with Next.js project bootstrapped with create-next-app
.
It showcases server side rendering, CMS preview and user Portal preview!
In order to be able to run this project you will need Mongo, Node and Yarn installed in your system. If all that is done, then the following instructions should work =>
Clone the repo, and cd into it.
1. - yarn build:next
2. - yarn start:dev
(any other time, just follow the second rule)
Open http://localhost:3100 with your browser to see the result.
This is a NextJS project simply to serve SSR without much set up at all.
- TS to the server.
- Authentication to server.
- Code documentation
- Add Cypress on client side
- Add unit test on server side
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the ZEIT Now Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.