Skip to content

sivagrid/React-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-todo-list

Running the App:

First do the npm install all of the dependencies, Then run npm run serve to run the app at port 3000.

Hot module reloading

Webpack traverses all of the Javascript files (starting with client/client.js and moving through the import and/or require statements) and bundles them into one file called bundle.js. bundle.js is then loaded by a script tag in the index.html. The server currently has webpack's hot module reloading middleware set up, meaning that any changes to react/redux code will not trigger a complete re-bundle, but rather will update "inline" and the changes will be immediately reflected in the browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published