https://github.com/mauriciord/webpack-padrao
Projeto com webpack padrão - demo: https://mauriciord.github.io/webpack-padrao/
https://github.com/mauriciord/webpack-padrao
frontend javascript nodejs reactjs webpack
Last synced: 3 months ago
JSON representation
Projeto com webpack padrão - demo: https://mauriciord.github.io/webpack-padrao/
- Host: GitHub
- URL: https://github.com/mauriciord/webpack-padrao
- Owner: mauriciord
- Created: 2017-08-05T17:51:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T18:03:38.000Z (almost 9 years ago)
- Last Synced: 2025-09-12T20:11:50.189Z (10 months ago)
- Topics: frontend, javascript, nodejs, reactjs, webpack
- Language: CSS
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack boilerplate
Montei um boilerplate a partir de um curso de **Webpack** que fiz no Udemy
Há a possibilidade tando de _deploy_ estático, quanto _deploy_ em um servidor NodeJS
O projeto usando ReactJS é irrelevante, deve-se considerar apenas os pacotes com Webpack
```
git clone https://github.com/mauriciord/webpack-padrao.git
cd webpack-padrao
npm install
```