An open API service indexing awesome lists of open source software.

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

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