https://github.com/ifirmawan/next-preorder
Web commerce product preorder build with Next JS
https://github.com/ifirmawan/next-preorder
Last synced: 2 months ago
JSON representation
Web commerce product preorder build with Next JS
- Host: GitHub
- URL: https://github.com/ifirmawan/next-preorder
- Owner: ifirmawan
- Created: 2021-02-04T12:54:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T15:16:18.000Z (over 4 years ago)
- Last Synced: 2025-01-26T02:52:27.416Z (4 months ago)
- Language: JavaScript
- Homepage: next-preorder.iwanfirmawan.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Preorder
## Web commerce product preorder build with Next JS### Get Started
Open your terminal and following commands bellow
> make sure your system already install Nodejs version 10.13 or later as quoted [from here](https://nextjs.org/docs#system-requirements).
```
npm install
cp .env.example .env
npm run dev
```
Open your browser and go to URL *http://localhost:3000*### Development Milestone
* [x] Setup Nextjs and Tailwindcss
* [x] Upload to vercel
* [ ] Create Context as state management
* [ ] Create Data Dummy
* [ ] MVP Development
* [ ] Launching :rocket