/react-express-webpack-boilerplate

Basic "hello world" react project using webpack, babel, es6 and express framework with handlebars as server-side rendering engine

Primary LanguageHTML

#react-express-webpack-boilerplate

The intention of this project is to provide a base for new projects development. It uses:

  • Express as server
  • Handlebars as server-side template system
  • React for front
  • Webpack as module bundler
  • Babel + react and es6 presets
  • Moment for dates manipulation

##Running

Just do:

npm install
#run webpack
npm run build
#start server with nodemon
npm run start

Also, you can run webpack in watch mode:

npm run watch

##License

GPL 3.0