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

https://github.com/noviel/react-on-maxs

React with modern development tools and best practices
https://github.com/noviel/react-on-maxs

Last synced: over 1 year ago
JSON representation

React with modern development tools and best practices

Awesome Lists containing this project

README

          

# React On Maxs

CLI tool for creating React-based projects with modern development tools and best practices.

## Features

1. Modern javascript (ES6+)
1. Styles: CSS Modules, [emotion](https://github.com/emotion-js/emotion)
1. Best code practices enforced by Eslint
1. Code formatting by Prettier
1. Types checking with Flow
1. Webpack configured by [webpack-features](https://github.com/Noviel/webpack-features)
1. Slick development flow with hot reloading

## Usage

```sh
npm i react-on-maxs -g
react-on-maxs
```

Answer a couple of questions and follow the instructions.