$ npm install -g craftool create-react-app
$ craft MyApp https://github.com/willfarrell/craft/archive/master.zip
$ cd MyApp
$ npm install
- Update index.html w/ Application Name
- Update humans.txt
- Update robots.txt
- Update security.txt
- Create a 4096x4096 png icon
- Add favicons (https://realfavicongenerator.net)
- Update
docs/README.md
- Delete this file
- i18n built in
- .well-known files
- polyfills
- Material-UI
- theme template
-
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