Skip to content

crivera/HotReloadNodeServerAndClientES6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Project for Node with Hot Reloading and ES6

This is a small starter project with gives you multiple things:

Server Side

  • A Node JS Server with Express and Socket IO
  • The Server.js file is using Babel for ES6 compatibility
  • Using Nodemon we are watching all files that are in the 'server' folder and restart it

Client Side

  • A client.js file that uses webpack-hot-middleware for automatic reload
  • Babel for ES6 compatibility

How to use

git clone https://github.com/crivera/HotReloadNodeServerAndClientES6.git <project>
cd <project>
npm install
npm start

TODO

  • provide npm build for building production version
  • other stuff

Licence

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published