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
- Host: GitHub
- URL: https://github.com/noviel/react-on-maxs
- Owner: Noviel
- Created: 2017-11-08T13:32:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T15:30:15.000Z (over 8 years ago)
- Last Synced: 2025-02-05T02:17:18.809Z (over 1 year ago)
- Language: JavaScript
- Size: 447 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.