Skip to content

A Node.js Express React Redux boilerplate that uses Pug as a templating language.

License

Notifications You must be signed in to change notification settings

jovanidash21/express-react-redux-boilerplate

Repository files navigation

Express-React-Redux Boilerplate


Prerequisite

Installation

  • Clone or download this repository.
git clone https://github.com/jovanidash21/express-react-redux-boilerplate.git
  • Navigate to the project directory.
cd express-react-redux-boilerplate
  • Install node modules.
npm install
  • Run the project.
npm run build
  • Open a browser and visit localhost:3000.
  • Run in dev mode.
npm run dev

NPM Scripts

  • npm start - start the server.
  • npm run build - run the project in production mode.
  • npm run dev - run the project in dev mode.
  • npm run webpack:prod - run the webpack in production mode.
  • npm run webpack:dev - run the webpack in dev mode.
  • npm run node:prod - run the node server in production mode.
  • npm run node:dev - run the node server in dev mode.

License

Licensed under MIT.

About

A Node.js Express React Redux boilerplate that uses Pug as a templating language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published