NPM Run Build Service
The build folder is ready to be deployed.
You may serve it with a static server:
npm install -g serve
serve -s build
Selfish Snake
The build folder is ready to be deployed.
You may serve it with a static server:
npm install -g serve
serve -s build
yarn global add serve
# use pm2 to run in background, --name is optional
pm2 start "npm run serve" --name HelloWorld