|
|
|
|
|
by dstaley
3646 days ago
|
|
I'm a huge fan of BigCommerce. https://www.bigcommerce.com/ They just rolled out Stencil, which is a local development environment for building the themes for storefronts. It's using Handlebars for syntax, ES6 with Babel and WebPack, and is incredibly easy to setup. There's no local database as it pulls the product catalog from a running store, and it's installed with one npm install command. |
|