KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
webpack-app
★ 9
Open GitHub ↗
:package: A demo app for webpack app
Download README (.md)
Explore Similar Repositories
AntiJS-12-Bot-Python3
:
Bot Line Protect Anti JS 1SB+10Assist+1Ghost
KBigNumbers
:
Kotlin multiplatform porting of Java BigInteger and BigDecimal
bazaar
:
No description available.
image-collection
:
Visualizing AMNH image collection with machine learning
Navigation-DQN
:
A Deep Q-Network trained to safely guide the autonomous car to cross a 4-way intersection in a complex traffic environment.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
webpack-app
?
Download (.md)
## Set Up Webpack :package: Examples for learning Webpack ### Branch Info 1. :pager: [webpack-dev-server](https://github.com/imranhsayed/webpack-app/tree/webpack-dev-server) An example for webpack dev server 2. :file_folder: [file-loader](https://github.com/imranhsayed/webpack-app/tree/file-loader) An example of using file loader for loading files in webpack 3. :rice_scene: [image-loaders](https://github.com/imranhsayed/webpack-app/tree/image-loaders) An example of using image loader for uploading images in webpack ### Install Package `cd branch-name` `npm install` ### Run Webpack in development mode `npm run dev` ### Run Webpack in production mode `npm run prod`