Weather dashboard https://natronics.org/weather/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nathan Bergey c9ce1b55eb Ignore dist diretory entierly 5 years ago
src webpack: Use HtmlWebpackPlugin 5 years ago
.gitignore Ignore dist diretory entierly 5 years ago
README.markdown webpack: Use HtmlWebpackPlugin 5 years ago
deploy.sh Deploy script 5 years ago
package.json webpack: Use HtmlWebpackPlugin 5 years ago
webpack.config.js webpack: Use HtmlWebpackPlugin 5 years ago

README.markdown

Weather Dashboard

Install

Install all the dependencies for the project with

$ npm install

Build

Then run

$ npm run build

to create all site code in dist. To deploy serve the dist directory.

Hack

Dev mode:

$ npx webpack