Skip to content

Tensorflow.js + Webpack + Babel + ESLint Development Environment. πŸŽ‰πŸ˜ŽπŸš€

Notifications You must be signed in to change notification settings

abuzarmushtaq/Tensorflow.js-Development-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TensorFlow.js Development Basic Setup

This is the basic setup of TensorFlow.js using:

Commands

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. πŸ‘