Skip to content

safm/express-react-universal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

npm install
npm watch-and-serve

Other Available commands

npm run clean //will clear the dist folder
npm run build //package the code
npm run build:prod //package the code to be deployed on production
npm run watch //starts webpack in watch mode
npm run serve //starts node servere
npm run watch-and-serve //starts webpack in watch mode and node server as well

ToDo

  1. Add example to get data from DB (mongoDB)
  2. Add unit test (jest or jasmine)
  3. Add CommonChunks plugin (webpack)
  4. Add Redux

About

A ReactJS and expressJs based boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published