https://github.com/klaytonfaria/react-base-setup
(WIP) Basic React app setup
https://github.com/klaytonfaria/react-base-setup
basic-react-setup font-generator post-css react-router redux redux-thunk scss webpack
Last synced: 5 months ago
JSON representation
(WIP) Basic React app setup
- Host: GitHub
- URL: https://github.com/klaytonfaria/react-base-setup
- Owner: klaytonfaria
- Created: 2018-01-07T13:35:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T10:27:02.000Z (over 7 years ago)
- Last Synced: 2025-06-05T21:03:31.628Z (about 1 year ago)
- Topics: basic-react-setup, font-generator, post-css, react-router, redux, redux-thunk, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-app-setup
> Basic React app setup with Webpack 3, Redux, Redux-thunk, React-router 4, font-generator, scss, post-css, jest
## Install
```sh
$ npm i && npm t
```
## Running
Run application:
```sh
$ npm start
```
Open in browser [http://localhost:8080/](http://localhost:8080/)
## Running tests
Install dependencies and run test
```sh
$ npm t
```
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/klaytonfaria/react-app-setup/issues)
## Author
**Klayton Faria**
* [Github/klaytonfaria](https://github.com/klaytonfaria)
* [Twitter/klaytonfaria](http://twitter.com/klaytonfaria)
* [LinkedIn/klaytonfaria](https://www.linkedin.com/in/klaytonfaria/)
## Dependencies
**Dependencies**:
history, prop-types, react, react-dom, react-redux, react-router, react-router-redux, redux, redux-thunk
**Dev dependencies**:
babel-core,
babel-eslint,
babel-jest,
babel-loader,
babel-plugin-transform-class-properties,
babel-plugin-transform-object-rest-spread,
babel-preset-env,
babel-preset-react,
babel-preset-react-hmre,
copy-webpack-plugin,
css-loader,
eslint,
eslint-plugin-react,
eslint-plugin-you-dont-need-lodash-underscore,
extract-text-webpack-plugin,
fontgen-loader,
http-server,
json-loader,
node-sass,
postcss-loader,
readme-generator,
sass-loader,
webpack,
webpack-dev-server
## License
Copyright © 2018 [Klayton Faria](https://github.com/klaytonfaria)
Licensed under the MIT license.