https://github.com/morlay/react-app-starter
https://github.com/morlay/react-app-starter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/morlay/react-app-starter
- Owner: morlay
- Created: 2016-02-03T08:50:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T02:25:17.000Z (almost 10 years ago)
- Last Synced: 2025-01-08T10:48:03.341Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## REACT APP STARTER
* [Webpack](https://webpack.github.io)
- [CSS modules](https://github.com/outpunk/postcss-modules)
* [Babel](https://babeljs.io/)
* [React](https://facebook.github.io/react/)
* [Stylus](https://github.com/stylus/stylus)
- [Autoprefixer-stylus](https://github.com/jenius/autoprefixer-stylus)
### Special Rules
#### Stylus
* `Module.styl` will be pure css, sometimes we don't need `css-modules`, like using third part lib.
* `Module_.styl` will use `css-modules`, so we could `import Module_ from Module_.styl`;