-
Get the latest
nvmhere and runnvm install. -
Run
npm installto install node modules.
-
Run
npm run buildto build project. -
Run webpack dev server with examples:
npm start -
Visit localhost:3000 to see examples
Get the latest nvm here and run nvm install.
Run npm install to install node modules.
Run npm run build to build project.
Run webpack dev server with examples: npm start
Visit localhost:3000 to see examples