tesera / craft-intl-material

CRAFT: Create React App From Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Logo
CRAFT: Create React App From Template

Stars npm version npm downloads npm license Package Quality

Standard - JavaScript Style Guide code style: prettier Conventional Commits Standard Version

travis Coveralls Known Vulnerabilities dependencies dev dependencies optional dependencies peer dependencies

Initialize

$ npm install -g craftool create-react-app
$ craft MyApp https://github.com/willfarrell/craft/archive/master.zip
$ cd MyApp
$ npm install

public

  • Update index.html w/ Application Name
  • Update humans.txt
  • Update robots.txt
  • Update security.txt

favicons

Docs

  • Update docs/README.md
  • Delete this file

Features

App

  • i18n built in
  • .well-known files
  • polyfills
  • Material-UI
  • theme template

Dev

  • root module import supported

  • Testing

    • jest & enzyme with polyfills (frontend unit & integration tests)
    • mocha & chai (module unit & integration tests)
  • Build you remember to build your Storybook first

Sources

About

CRAFT: Create React App From Template

License:MIT License


Languages

Language:JavaScript 67.3%Language:Shell 20.8%Language:HTML 11.9%