项目作者: jimmylee

项目描述 :
React/Redux + SASS + Gulp/Browserify/Babel skeleton codebase with demo application.
高级语言: JavaScript
项目地址: git://github.com/jimmylee/dough.git
创建时间: 2016-02-03T08:53:38Z
项目社区:https://github.com/jimmylee/dough

开源协议:MIT License

下载


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.

  1. git clone git@github.com:meanjim/dough.git
  2. cd dough
  3. npm install -g gulp
  4. npm install
  5. npm start

Production build

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