项目作者: bitrockteam

项目描述 :
Boilerplate Bitrock project for Webpack, Typescript, CSS Modules, Ava & XO.
高级语言: TypeScript
项目地址: git://github.com/bitrockteam/frontend-starter-kit.git
创建时间: 2018-10-08T13:55:23Z
项目社区:https://github.com/bitrockteam/frontend-starter-kit

开源协议:MIT License

下载


basic-starter-kit

Build Status

Boilerplate for Bitrock frontend projects. It’s a minimal configuration of a Webpack driven frameworkless project, with PWA compliance and a high Lighthouse score.

It’s intended for:

  • demonstrate an implementation of our frontend styleguide
  • quick POC project
  • starting point for more advanced and/or opinionated projects

What’s included

How to use

Clone the project (optionally ) and install dependencies

  1. $ git clone https://github.com/bitrock-frontend/basic-starter-kit my-project
  2. $ cd my-project && yarn

most of the project customization can be achieved via the package.json file

  1. {
  2. ...
  3. "displayName": "Starter kit",
  4. "config": {
  5. "themeColor": "#e74e0f"
  6. },
  7. "description": "Your next awesome project",
  8. ...
  9. }

Available NPM tasks

Start the project in development mode (live reload)

  1. $ yarn start

Create a static build in the ./dist folder

  1. $ yarn build

Run the tests

  1. $ yarn test

Run the build action and deploy to GitHub pages

  1. $ yarn deploy

License

Developed by Bitrock UI Engineering team, released under the MIT license.