Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohamedsamara/react-webpack-starter

:dart: Simple React Webpack Starter
https://github.com/mohamedsamara/react-webpack-starter

development eslint postcss prettier production pwa react sass webpack

Last synced: 27 days ago
JSON representation

:dart: Simple React Webpack Starter

Awesome Lists containing this project

README

        

# React Webpack Starter

* features:
* Webpack to bundle assets, scripts, styles, images
* React for displaying UI components
* Sass preprocessor provides styling features
* PostCSS is used to automate CSS operations
* ESLint linter tool is used to find code problems and mantain code quality

## Install

Some basic Git commands are:

```
$ git clone https://github.com/mohamedsamara/react-webpack-starter.git
$ cd project
$ npm install

```

## Start

```
$ npm start

```

## Simple build for production

```
$ npm run build

```

## Run the application for production

```
$ npm run serve

```

## Languages & tools

- [Webpack](https://webpack.js.org/)

- [React](https://reactjs.org/)

- [Sass](https://sass-lang.com/)

- [PostCSS](https://postcss.org/)

- [ESLint](https://eslint.org/)