Skip to content

TongChia/frontend-boilerplate

Repository files navigation

Frontend Boilerplate

Maintainer: Tong Chia

A stable front-end boilerplate. In order to adapt to different frameworks and platforms such as: react, angular, backbone, electron, condova ...

ES6/ES7 Support

babel

Compiler

gulp webpack postcss gulp

Testing

karma mocha chai

Lint

eslint

Guide

> git clone "https://github.com/TongChia/frontend-boilerplate.git" my-app
> cd my-app
> npm install
> npm run serve

Description

Directory

.
├── .tmp/
├── config/
│   ├── default.js
│   ├── production.js
│   └── test.js
├── src/
│   ├── includes/
│   ├── index.html
│   ├── main.js
│   └── style.css
├── test/
│   └── app.spec.js
├── .dockerignore
├── .editorconfig
├── .eslintrc
├── .gitignore
├── LICENSE
├── README.md
├── gulpfile.js
├── babel.config.js
├── postcss.config.js
├── webpack.config.js
└── package.json

TODO

  • Yeoman Generator

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published