Key assumption
was to design & code simple static webpage about PushPushGo without any framework
💣Live demo
🚄Page-speed
In the top right corner of the page is also a link called
🎨Project which provide a project view source in Figma
- Figma for design
- Webpack to bundle files
- Vanilla JS
- SASS/SCSS
- HTML 5
- Node > 7.6
Install npm dependencies
npm install Run the kickstart command
npm run kickstartAfter the project has been kickstarted
To start the development server
npm startTo build for production
npm run buildTo preview the production build
npm run previewThank you for watching. Hope you like it.