https://github.com/therealedsheenan/contempo-simplify
Simplified version of contempo
https://github.com/therealedsheenan/contempo-simplify
contempo flow react webpack
Last synced: about 2 months ago
JSON representation
Simplified version of contempo
- Host: GitHub
- URL: https://github.com/therealedsheenan/contempo-simplify
- Owner: therealedsheenan
- License: mit
- Created: 2017-06-06T01:47:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:18:21.000Z (over 3 years ago)
- Last Synced: 2025-01-22T17:27:28.511Z (over 1 year ago)
- Topics: contempo, flow, react, webpack
- Language: JavaScript
- Size: 455 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# contempo-simplify [](https://travis-ci.org/therealedsheenan/contempo-simplify) [](https://codeclimate.com/github/therealedsheenan/contempo-simplify/) [](https://dependencyci.com/github/therealedsheenan/contempo-simplify)
Simplified version of contempo
### Development Server
```
yarn dev
```
or
```
npm run dev
```
### Production
```
yarn prod
```
or
```
npm run prod
```
### Run tests
```
yarn test
```
or
```
npm test
```
### Further Help
See the [contempo](https://github.com/therealedsheenan/contempo) repository for more details.