https://github.com/inambe/native-css-js-webpack-template
Simple webpack project template for development using native CSS and JS.
https://github.com/inambe/native-css-js-webpack-template
Last synced: about 1 year ago
JSON representation
Simple webpack project template for development using native CSS and JS.
- Host: GitHub
- URL: https://github.com/inambe/native-css-js-webpack-template
- Owner: Inambe
- Created: 2018-12-05T07:18:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T09:38:25.000Z (over 7 years ago)
- Last Synced: 2025-02-01T14:16:59.685Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
1. `clone` repository or download in `zip` format
2. run `cd project-name`
3. run `npm install`
4. run `npm run start` to start project with watch mode on
5. open `index.html` with any browser
6. change any file from `src` folder
7. refresh `index.html` to see changes
8. run `npm run build` to build minimized assets for production
_Note: development server isn't included by default_
_I recommend to use `live-server` `visual-studio-code` extension with this template to achieve auto-refresh_