Skip to content

Yiyun-Liang/React-Weather

Repository files navigation

A weather app that uses React routers, Babel, and some ES6 features.

Notes

“The dev server uses Webpack’s watch mode. It also prevents webpack from emitting the resulting files to disk. Instead it keeps and serves the resulting files from memory.” — This means that you will not see the webpack-dev-server build in bundle.js, to see and run the build, you must still run the webpack command.

  • to run a single JavaScript file, say for practicing coding or algorithms, simply type node <filename> in the terminal.

Useful URLs

Releases

No releases published

Packages

No packages published