All Projects → harryttd → Online Bling

harryttd / Online Bling

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Projects that are alternatives of or similar to Online Bling

Portfolio one Page Template
Free responsive one page portfolio template
Stars: ✭ 106 (+1077.78%)
Mutual labels:  sass, html5, website, css3
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (+111.11%)
Mutual labels:  sass, html5, website, css3
Crate
👕 👖 📦 A sample web and mobile application built with Node, Express, React, React Native, Redux and GraphQL. Very basic replica of stitchfix.com / krate.in (allows users to get monthly subscription of trendy clothes and accessories).
Stars: ✭ 2,281 (+25244.44%)
Mutual labels:  webpack, babel, sequelize, express
Naomi
Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Stars: ✭ 544 (+5944.44%)
Mutual labels:  webpack, babel, sass, html5
Github Ranking
🔍GitHub不同语言热门项目排行,Vue.js做页面展示
Stars: ✭ 160 (+1677.78%)
Mutual labels:  webpack, express, html5, css3
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+2666.67%)
Mutual labels:  webpack, sass, html5, css3
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+8000%)
Mutual labels:  webpack, sass, html5, css3
Woo Next
🚀 React WooCommerce theme, built with Next JS, Webpack, Babel, Node, Express, using GraphQL and Apollo Client
Stars: ✭ 342 (+3700%)
Mutual labels:  webpack, babel, express
Pingy Cli
The Simple Frontend Build Tool. No Configuration, No Plugins.
Stars: ✭ 390 (+4233.33%)
Mutual labels:  babel, sass, website
Responsive Grid Of Hexagons
CSS responsive grid of hexagons
Stars: ✭ 481 (+5244.44%)
Mutual labels:  html5, website, css3
React Redux Sass Starter
Everything you need to get started with a basic React application
Stars: ✭ 293 (+3155.56%)
Mutual labels:  webpack, babel, sass
Generator Express No Stress
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Stars: ✭ 534 (+5833.33%)
Mutual labels:  babel, express, express-js
Express
Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate
Stars: ✭ 9 (+0%)
Mutual labels:  webpack, sequelize, express
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+3666.67%)
Mutual labels:  webpack, babel, sass
Vue Shiyanlou
😘基于vue2和vuex的复杂单页面应用,20+页面53个API(仿实验楼)✨✨
Stars: ✭ 342 (+3700%)
Mutual labels:  webpack, html5, css3
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (+4388.89%)
Mutual labels:  webpack, babel, sass
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+3188.89%)
Mutual labels:  express, html5, css3
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (+155.56%)
Mutual labels:  babel, sequelize, express
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+7111.11%)
Mutual labels:  webpack, babel, sass
React Ssr Setup
React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
Stars: ✭ 678 (+7433.33%)
Mutual labels:  webpack, babel, express

Hi, I'm online-bling

I am an e-commerce shop for sunglasses!

I need node >= 6.7.0

If you don't have it, I'll complain and tell you how to install it.

1. Check me out!

Create a git repo however you want to. You can fork me on Github, etc.

2. Start me up!

After you have a repo on your machine:

npm install
npm run seed
npm run build-watch
npm start

npm start doesn't build, so watch out for that. The reason it doesn't build is because you probably want to watch the build and run me in separate terminals. Otherwise, build errors get all mixed in with HTTP request logging.

My anatomy

/app has the React/Redux setup. main.jsx is the entry point.

/db has the Sequelize models and database setup. It'll create the database for you if it doesn't exist, assuming you're using postgres.

/server has the Express server and routes. start.js is the entry point.

/bin has scripts. (Right now it has one script that creates a useful symlink.)

Conventions

I use require and module.exports in .js files.

I use import and export in .jsx files, unless require makes for cleaner code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].