Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aman-godara/modern-javascript-tooling-with-react
egghead.io course: Modern JavaScript Tooling with React
https://github.com/aman-godara/modern-javascript-tooling-with-react
Last synced: 6 days ago
JSON representation
egghead.io course: Modern JavaScript Tooling with React
- Host: GitHub
- URL: https://github.com/aman-godara/modern-javascript-tooling-with-react
- Owner: aman-godara
- License: mit
- Created: 2024-07-12T13:13:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T19:06:32.000Z (5 months ago)
- Last Synced: 2024-08-03T20:25:12.295Z (5 months ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modern-JavaScript-Tooling-with-React
egghead.io course: Modern JavaScript Tooling with React
`npm init` -> create package.json file
`npm i -D webpack webpack-cli` -> install webpack
add webpack build script
Usage
`git clone [email protected]:aman-godara/Modern-JavaScript-Tooling-with-React.git `
`rm -rf .git`
`git init`
delete unwanted data from package.json file
`npm init`
`npm i`