Skip to content

nicklammertyn/webpack-scaffold

Repository files navigation

webpack-scaffold

Install

Clone repository and run:

$ npm install

Requirements

node 5+

Development

$ npm start

Go to http://localhost:3001

Production

If you want to run the project in production, set the NODE_ENV environment variable to production.

$ NODE_ENV=production npm start
(Windows)
$ set NODE_ENV=production
$ npm start

Also build the production bundle:

$ npm run dist

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published