Weather dashboard https://natronics.org/weather/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Nathan Bergey 5a78a9da99 Turn real weather data back on 5 anni fa
src Turn real weather data back on 5 anni fa
.gitignore Ignore dist diretory entierly 5 anni fa
README.markdown webpack: Use HtmlWebpackPlugin 5 anni fa
deploy.sh Deploy script 5 anni fa
package.json webpack: Use HtmlWebpackPlugin 5 anni fa
webpack.config.js Add meta tags 5 anni fa

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