A fully-responsive website I developed from scratch as webmaster for MANABA @ manaba.ca.
Built using HTML, CSS/SASS, JavaScript, jQuery, Bulma CSS Framework, Webpack & hosted with Netlify
- Install npm dependencies
npm install- To start the development server
npm run start- To build for production to prepare
html,css,jsfiles indist/directory
npm run build- To preview the production build
npm run preview