Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 329 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 329 Bytes

Hydrogen

Demo Store on Oxygen

Development

npm i
npm run dev

Open up http://localhost:3000 and you should be ready to go!

If you want to check the production build, you can stop the dev server and run following commands:

npm run build
npm start