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

https://github.com/dashed/unnamed-project


https://github.com/dashed/unnamed-project

Last synced: about 1 month ago
JSON representation

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.