Skip to content

gemmacn/Webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack

Basic starter configuration for any project with React + Webpack + Babel. We will need to install node_modules to run the aplication. We also need to set the server (Express) and serve the static content with app.use (static). Our static files are in the dist directory. Server configuration is not included in this project. Remeber to use the command "webpack" in console each time you want to see the changes.

npm install ---> To install dependencies and create node_modules directory Dependencies include : Babel, webpack, express and react

Create a file and a express server. Run it with: node <filename.js>

About

Starter kit ready to go webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors