Open SGevorg opened 3 months ago
Replace npm start with npm dev so its compatible with the lingo in the python side.
npm start
npm dev
The npm start is misleading as the npm dev is more indicative of the ui dev mode.
Proposed refactoring or deprecation
Replace
npm start
withnpm dev
so its compatible with the lingo in the python side.Motivation
The npm start is misleading as the npm dev is more indicative of the ui dev mode.