A progressive web app powered by React, Babel, Shopify SDK, and Contentful CMS
- Node installed
- Git
First check that you have the basic requirements. Then run:
1. yarn install (or npm install)
2. webpack -w
In a separate terminal tab, run the node express server yarn serve
.
For a production build simply run yarn build:prod
- 👀
react
as the view. - 🔀
react-router
v4 as the router. - 😎
react-redux
for state management - 🚄
express
server. - 💄 Combines
prettier
and Airbnb's ESlint configuration. - 🖌
PostCSS
,CSS modules
, andCSS next
- ✂️ Code splitting
- 🚀 Full ES2017+ support
- ⛑ SEO friendly
- 🛒
Shopify Buy SDK
- 📨
nodemailer
andmailgun
integrated usingpug
templating
(emoticons courtesy of https://github.com/ueno-llc/starter-kit-universally
I developed this site to be open source. Feel free to fork or make suggestions on how to improve this code base. I'm open to collaborate with other awesome people.