Here I'm learning HTML+CSS+JS.
-
Make sure that the node.js are installed and working;
-
If NPM dependencies are not installed, install them with the command:
npm install
-
Run command for start dev server:
npm run dev
-
Make sure that the node.js are installed and working;
-
If NPM dependencies are not installed, install them with the command:
npm install
-
Run command for build:
npm run build