https://github.com/jorkdev/pepsi-landingpage
A single page application made node and webpack. No framework for style used, is only pure CSS.
https://github.com/jorkdev/pepsi-landingpage
Last synced: 8 days ago
JSON representation
A single page application made node and webpack. No framework for style used, is only pure CSS.
- Host: GitHub
- URL: https://github.com/jorkdev/pepsi-landingpage
- Owner: JorkDev
- License: mit
- Created: 2020-10-08T21:05:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T01:45:07.000Z (about 3 years ago)
- Last Synced: 2025-11-17T11:04:49.567Z (7 months ago)
- Language: CSS
- Size: 606 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Single Page Application Pepsi Landing Page
A single page application made node and webpack. No framework for style used, is only pure CSS.
1. Install webpack: npm i webpack -D (on this step webpack-cli will be also installed)
2. Install webpack server for testing on localhost: npm i webpack-dev-server -D
3. Install dependencies: npm i css-loader url-loader html-webpack-plugin style-loader -D
4. Run: npx webpack-dev-server