Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmontes11/react-starter-app
Starting point for your React projects.
https://github.com/mmontes11/react-starter-app
babel coveralls docker enzyme eslint jest npm react react-router redux redux-thunk sass serve travis webpack
Last synced: about 1 month ago
JSON representation
Starting point for your React projects.
- Host: GitHub
- URL: https://github.com/mmontes11/react-starter-app
- Owner: mmontes11
- License: mit
- Created: 2018-05-12T15:59:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T09:47:49.000Z (over 6 years ago)
- Last Synced: 2024-11-08T07:07:06.574Z (3 months ago)
- Topics: babel, coveralls, docker, enzyme, eslint, jest, npm, react, react-router, redux, redux-thunk, sass, serve, travis, webpack
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-starter-app
[![Build Status](https://travis-ci.org/mmontes11/react-starter-app.svg?branch=master)](https://travis-ci.org/mmontes11/react-starter-app)
[![Coverage Status](https://coveralls.io/repos/github/mmontes11/react-starter-app/badge.svg?branch=master)](https://coveralls.io/github/mmontes11/react-starter-app?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)Starting point for your React projects.
### Stack
- [React](https://reactjs.org/)
- [React router](https://reacttraining.com/react-router/)
- [Redux](https://redux.js.org/)
- [Redux thunk](https://github.com/reduxjs/redux-thunk)
- [SASS](https://sass-lang.com/)
- [Jest](https://facebook.github.io/jest/)
- [Enzyme](https://github.com/airbnb/enzyme)
- [Eslint](https://eslint.org/)
- [npm](https://www.npmjs.com/)
- [Babel](https://babeljs.io/)
- [Webpack](https://webpack.js.org/)
- [Travis](https://travis-ci.org/)
- [Coveralls](https://coveralls.io/)
- [Serve](https://github.com/zeit/serve)
- [Docker](https://www.docker.com/)### Development
```bash
$ npm start
```### Lint
```bash
$ npm run lint
```### Test and Coverage
```bash
$ npm test
```### Build Image
```bash
$ npm run build
$ docker build -t react-starter-app .
```### DockerHub
Image available on [Docker Hub](https://hub.docker.com/r/mmontes11/react-starter-app/)
### Production
```bash
$ ./run-production.sh
```