https://github.com/dashed/unnamed-project
https://github.com/dashed/unnamed-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dashed/unnamed-project
- Owner: dashed
- Created: 2018-06-24T05:06:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T06:49:50.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T18:50:20.698Z (about 1 year ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unnamed-project
> Toy React Project
## Batteries
- [create-react-app](https://github.com/facebook/create-react-app)
- [flow](https://flow.org/)
- [prettier](https://github.com/prettier/prettier)
- [react-app-rewired](https://github.com/timarney/react-app-rewired)
- [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver)
## Install
- Install `node.js` and `npm`. See: https://github.com/creationix/nvm#installation
- Install `yarn` _(recommended)_. See: https://yarnpkg.com/
- Install npm dependencies. Run `yarn install`
## Commands
- Development: `yarn start`
- Test: `yarn test`
- Build: `yarn build`
- Prettier: `yarn pretty`
- Flow check: `yarn flow`
- Update [`flow-typed`](https://github.com/flowtype/flow-typed) definitions: `yarn flow:update-defs`
- Check files with no `// @flow`: `yarn noflow`
- Check eslint: `yarn lint:js`
For more customization, see: https://github.com/facebook/create-react-app
# License
MIT.