🚧👷 (eternal)WIP 👷🚧
brand new my frontend dev env.
- writing ES2015.
- To compiled using babel and webpack.
- linting with eslint.
- writing postcss
- To compiled using gulp-postcss
app/assets/images/sprites/
images in are summarized in one of the sprite image.
- writing jade
Install some middlewares.
- Nodejs w/npm (>= 4.0)
- gulp
npm install -g gulp
Install dependencies.
$ npm install
$ npm start
To launch local server, app
and .tmp
as the root directory.
$ npm run build
To launch local server, dist
as the root directory.
$ npm run test
or
$ npm run test:watch
To launch local server, test
as the root directory.