serve-build
v0.1.0
Published
Serve your build directory
Readme
serve-build
Serve your build directory with a single command
Usage
Add serve-build to your project
$ yarn add serve-buildAdd serve-build as a start script to your package.json
"scripts:" {
"start": "serve-build"
}Start serving build/ folder
$ yarn start
> Build is serving on port: 3000