An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


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
```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