This is the basic setup of TensorFlow.js using:
First, run npm install
or npm i
, then use one of the commands below to start.
npm run build
: Run webpack once.npm run build
: Run webpack in watch mode.npm start
: Run webpack once and start webpack-dev-server on port 8000. π