|
| 1 | +[](https://webpack.js.org/) |
| 2 | + |
| 3 | +### webpack react starter project |
| 4 | + |
| 5 | +[](https://travis-ci.org/joemccann/dillinger) |
| 6 | + |
| 7 | +This project is a complete React project, built without using our favourite Create-React-App CLI. All the files and folder have been manually setup to understand under the hood behaviour of webpack. |
| 8 | + |
| 9 | +To use this project, follow the below mentioned simple steps. |
| 10 | + |
| 11 | +- Start by Forking the Repo |
| 12 | +- Clone it locally |
| 13 | +- Install all dependency |
| 14 | + |
1 | 15 | ## Available Scripts |
2 | 16 |
|
3 | 17 | ### `npm install` |
4 | 18 |
|
5 | | -In the project directory, you can run: |
| 19 | +This will install latest set of packages which the overall project depends on. |
6 | 20 |
|
7 | 21 | ### `npm start` |
8 | 22 |
|
9 | | -Runs the app in the development mode.<br> |
| 23 | +Runs the app in the development mode. |
10 | 24 |
|
11 | | -The page will reload if you make edits.<br> |
12 | | -You will also see any lint errors in the console. |
| 25 | +The page will reload if you make edits. |
| 26 | +If there are any lint errors, they would be printed in the command line as well as the browser consoole while you are in developmet mode |
13 | 27 |
|
14 | 28 | ### `npm build` |
15 | 29 |
|
16 | | -Builds the app for production to the `dist` folder.<br> |
| 30 | +Last but not the least, this command will, build the app for production to the `dist` folder. |
17 | 31 | It correctly bundles React in production mode and optimizes the build for the best performance. |
| 32 | + |
| 33 | +## Contributions |
| 34 | + |
| 35 | +While using the project if you feel somethings not right or if there is a scope to improve, feel free to create your own branch, do the changes and rasie a pull request. |
| 36 | +If you have any other question please get in touch with me using my social links mentioned in my profile. |
0 commit comments