Server-Side-React
Server-Side-React is ReactJS boilerplate with Redux and server side rendering. The boilerplate containing modern web development tools such as Webpack, Babel and Nodemon.
- Clone this repo using
git clone https://github.com/david-babunashvili/Server-Side-React.git
- Move to the appropriate directory:
cd Server-Side-React
. - Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Run
npm run build
to build production version. - Run
npm run serv
to run node server.