Skip to content

nithuan141/react-webpack-boilerplate

Repository files navigation

Node.js CI

Boilerplate code for starting a react project with web pack and basic react essential node modules.

You can clone/download the repository and then run npm install to install the dependencies

npm install

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

This will generate the transpiled and minified javascript files (production build) to dist folder using webpack.