- Run
npm start
oryarn start
, application will start on:http://localhost:9000
-
Run
npm install
oryarn install
to install server dependencies. -
Run
npm run dev
oryarn dev
orgulp serve
to start the development server. It should automatically open the client in your browser when ready.
- Run
npm run build
orgulp build
to build the source - Run
npm start
oryarn start
, application will start on:http://localhost:9000