https://github.com/willfarrell/craft-intl-material
DEPRECATED CRAFT: Create React App From Template
https://github.com/willfarrell/craft-intl-material
craft material-ui react react-intl
Last synced: 2 months ago
JSON representation
DEPRECATED CRAFT: Create React App From Template
- Host: GitHub
- URL: https://github.com/willfarrell/craft-intl-material
- Owner: willfarrell
- License: mit
- Created: 2017-10-24T18:42:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T08:43:47.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T13:27:23.065Z (about 1 year ago)
- Topics: craft, material-ui, react, react-intl
- Language: JavaScript
- Homepage:
- Size: 4.29 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
CRAFT: Create React App From Template
## Initialize
```bash
$ 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
- [ ] Create a 4096x4096 png icon
- [ ] Add favicons (https://realfavicongenerator.net)
### 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](https://storybook.js.org) first
## Sources
- https://github.com/stoyan/craft
- https://github.com/facebookincubator/create-react-app
- https://github.com/AnomalyInnovations/serverless-stack-demo-client/tree/code-splitting-in-create-react-app