https://github.com/mohamedsamara/react-starter-app
:fire: React starter application, simple, easy to use, and scalable boilerplate
https://github.com/mohamedsamara/react-starter-app
i18n jest offline-plugin pwa react react-intl redux redux-thunk webpack
Last synced: 4 months ago
JSON representation
:fire: React starter application, simple, easy to use, and scalable boilerplate
- Host: GitHub
- URL: https://github.com/mohamedsamara/react-starter-app
- Owner: mohamedsamara
- License: mit
- Created: 2019-01-31T03:26:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T05:33:56.000Z (almost 6 years ago)
- Last Synced: 2025-10-07T20:01:04.698Z (8 months ago)
- Topics: i18n, jest, offline-plugin, pwa, react, react-intl, redux, redux-thunk, webpack
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Starter App
## Install
Some basic Git commands are:
```
$ git clone https://github.com/mohamedsamara/react-starter-app.git
$ cd project
$ npm install
```
## Start
```
$ npm start
```
## Simple build for production
```
$ npm run build
```
## Run the application for production
```
$ npm run serve
```
## Run the generators
```
$ npm run generate
```
## Run test with Jest
```
$ npm run test
```
## Languages & tools
- [React](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [Redux Thunk](https://github.com/reduxjs/redux-thunk)
- [React Intl](https://github.com/formatjs/react-intl)
- [Material UI](https://material-ui.com/)
- [Sass](https://sass-lang.com/)
- [Less](http://lesscss.org/)
- [PostCSS](https://postcss.org/)
- [Jest](https://jestjs.io/)
- [Enzyme](https://airbnb.io/enzyme/)
- [Webpack](https://webpack.js.org/)
- [ESLint](https://eslint.org/)
- [Stylelint](https://stylelint.io/)