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

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

Awesome Lists containing this project

README

          

# contempo-simplify [![Build Status](https://travis-ci.org/therealedsheenan/contempo-simplify.svg?branch=master)](https://travis-ci.org/therealedsheenan/contempo-simplify) [![Code Climate](https://codeclimate.com/github/therealedsheenan/contempo-simplify/badges/gpa.svg)](https://codeclimate.com/github/therealedsheenan/contempo-simplify/) [![Dependency Status](https://dependencyci.com/github/therealedsheenan/contempo-simplify/badge)](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.