An open API service indexing awesome lists of open source software.

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.

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