LUIZFH / webpack-4-react-base

Template react basic JS with redux, react router, webpack, eslint, babel, styled component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic-structure-webpack-4-and-react

Installation instructions

First, clone the repo with:

$ git clone https://github.com/wemboava/webpack-4-react-base.git

Then, access the folder that the command above created with:

$ cd webpack-4-react-base

Next, use the npm install command to install project dependencies:

$ npm install

finally, you can execute the project with the command:

$ npm start

for the mode of development.

or to the production mode, the following command must be run:

$ npm run build

About

Template react basic JS with redux, react router, webpack, eslint, babel, styled component.


Languages

Language:JavaScript 79.9%Language:CSS 17.7%Language:HTML 2.4%