Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 289 Bytes

File metadata and controls

21 lines (16 loc) · 289 Bytes

Next.js + TypeScript + MobX eCommerce example

Simple eCommerce storefront example that shows the usage of Next.js with TypeScript and MobX.

Installation

npm install

Run application

npm run dev

or

npm run build
npm start

Application is using 4000 port.