Having fun with front-end.
Created by using nothing else besides HTML, Bootstrap, JavaScript, Sass, and Webpack.
Create dist through webpack by running npm run build
.
By running npm run dev
, the dev environment will run.
- Install latest version of npm
- run from root
npm install
- Maintain using
npm audit