An open API service indexing awesome lists of open source software.

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

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/)