npm install
npm start
This will start a webpack server on http://localhost:8084/
npm run build
This will create an optimised build of your project and place it inside the build/
folder
This template comes with jQuery and Bootstrap integrated by default. You can disable these by editing src/js/app.js
and removing the respective imports.
Happy coding! :thumbsup: :sunglasses: :thumbsup: