All Projects → jimmylee → Dough

jimmylee / Dough

Licence: mit
React/Redux + SASS + Gulp/Browserify/Babel skeleton codebase with demo application.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dough

Glup
Some of the gulp tutorial -《gulp笔记》
Stars: ✭ 136 (+257.89%)
Mutual labels:  gulp, babel, sass
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (+168.42%)
Mutual labels:  gulp, babel, sass
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: ✭ 134 (+252.63%)
Mutual labels:  gulp, babel, sass
Hugo theme pickles
Modern, Simple and beautiful Hugo theme
Stars: ✭ 168 (+342.11%)
Mutual labels:  gulp, babel, sass
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-31.58%)
Mutual labels:  gulp, babel, sass
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+792.11%)
Mutual labels:  gulp, babel, sass
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (+500%)
Mutual labels:  gulp, babel, sass
Gulp Tutorial
Code examples for my Gulp.js tutorial series
Stars: ✭ 383 (+907.89%)
Mutual labels:  gulp, browserify, sass
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+1607.89%)
Mutual labels:  babel, sass
Wordpress Gulp Starter Kit
[NOT MAINTAINED] A starter kit for developing WordPress themes with Gulp.
Stars: ✭ 674 (+1673.68%)
Mutual labels:  gulp, sass
Generator Angular Fullstack
Yeoman generator for an Angular app with an Express server
Stars: ✭ 6,135 (+16044.74%)
Mutual labels:  babel, sass
React Webpack Typescript Starter
Minimal starter with hot module replacement (HMR) for rapid development.
Stars: ✭ 632 (+1563.16%)
Mutual labels:  babel, sass
Lyo
📦 Node.js to browser - The easy way
Stars: ✭ 624 (+1542.11%)
Mutual labels:  browserify, babel
Sassy Starter
🎉 Sassy starter - HTML / SCSS (SMACSS)
Stars: ✭ 740 (+1847.37%)
Mutual labels:  gulp, sass
Fastshell
Fiercely quick front-end boilerplate and workflows, HTML5, Gulp, Sass
Stars: ✭ 563 (+1381.58%)
Mutual labels:  gulp, sass
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-52.63%)
Mutual labels:  gulp, sass
Electra
A desktop application for test account managment
Stars: ✭ 32 (-15.79%)
Mutual labels:  gulp, sass
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 (+1331.58%)
Mutual labels:  babel, sass
Reactjs Tmdb App
Responsive React 'The Movie Database' (TMDb) App
Stars: ✭ 830 (+2084.21%)
Mutual labels:  browserify, babel
Uicookbook
A few recipes and build workflows for UI dev
Stars: ✭ 19 (-50%)
Mutual labels:  browserify, sass

Dough

A starting point for a static JavaScript application. Ideal for projects that just require hosting off of Amazon S3. Includes development and production NPM scripts, an easy to understand folder hierarchy, and example code to get started quickly.

First steps

You'll need git, nodejs 6+ and npm installed. Then you'll need to perform these steps.

git clone [email protected]:meanjim/dough.git
cd dough
npm install -g gulp
npm install
npm start

Production build

npm run build

Check your /build folder afterwards and celebrate.

Toolchain

tool description
Babel Allows you to use new JavaScript features.
React A powerful view library.
React Router The most popular clientside router for React.
Redux A popular implementation for managing state.
Gulp A popular task runner for building assets.
SASS A preprocessor more popular than LESS.
Browserify A popular tool for bundling imports/requires.
BrowserSync A nice tool for external device testing on the same network.

License

MIT © Jimmy Lee

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].