https://github.com/mcclowes/visual-experiments
https://github.com/mcclowes/visual-experiments
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcclowes/visual-experiments
- Owner: mcclowes
- License: mit
- Created: 2019-11-05T12:30:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T18:39:13.000Z (about 6 years ago)
- Last Synced: 2025-02-15T11:29:40.953Z (11 months ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mcclowes-react-sample-project
[](https://circleci.com/gh/mcclowes/mcclowes-react-sample-project)
This project includes:
- Useful dependencies
- Reasonable project structure
- Examples of dumb components (`Dumb`) and smart, controlled components (`Smart`)
- UIKit with useful simple components
- Simple CircleCI configuration
## Setting up the project
Install dependencies
`npm install`
## Running the project
You can run the project with the following command:
`npm run start`
## Tests
You can run the project's test suite with the following command:
`npm run test`
Or, for watch mode:
`npm run test:watch`
## UIKit
This repo comes equipped with a few simple customisable components, in the UIKit directory. You can delete all/as many as you wish, but they are included as they offer a more customisable and flexible alternative to npm packages.
### Storybook
These UIKit components can be viewed by running:
`npm run storybook`