Webpack Express Boilerplate
Minimum Tested Versions
These can be installed via homebrew in mac (brew upgrade && brew install node
). NPM should be installed automatically when installing node. If upgrading through homebrew, make sure you run brew upgrade
first.
Install node modules with npm install
git clone git@github.com:saikarthikreddyginni/webpack-express-boilerplate.git
npm install
.env-example
and rename it to .env
.env
filenpm run dev
The app will run on http://localhost:3000
To run the code on production.
npm run test
to run all the testsnpm run build
to build the appnpm run start
to start the application in prod modeMake a new feature branch off dev and create a pull request when ready. Always make sure you have the latest changes on dev before branching.