Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohamedsamara/react-webpack-starter
- Owner: mohamedsamara
- License: mit
- Created: 2020-03-21T04:17:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T01:45:02.000Z (about 4 years ago)
- Last Synced: 2024-11-09T05:42:32.630Z (3 months ago)
- Topics: development, eslint, postcss, prettier, production, pwa, react, sass, webpack
- Language: SCSS
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)