https://github.com/morewings/brickblock
https://github.com/morewings/brickblock
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/morewings/brickblock
- Owner: morewings
- Created: 2018-01-13T21:46:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T02:19:30.000Z (over 3 years ago)
- Last Synced: 2025-02-06T01:47:39.366Z (over 1 year ago)
- Language: JavaScript
- Size: 2.45 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My custom tailored React App template. Based on [create-react-app](https://github.com/facebookincubator/create-react-app) with some additions.
## Quickstart
### Prerequisites
- Install [nvm](https://github.com/creationix/nvm);
- Install latest LTS node release with `nvm install 8`;
- Install [yarn](https://yarnpkg.com/en/) globally `brew install yarn`
### Initial setup
```bash
nvm use
yarn
yarn start
```
### Commands
- `yarn start` - starts server in development mode;
- `yarn fix` - autofixes code style and the outputs non-fixable errors;
- `yarn lint` - only outputs non-fixable errors;
- `yarn test` - runs Jest tests.