Skip to content

mohamedsamara/react-webpack-starter

Repository files navigation

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