sljohnson32 / Weathrly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter Kit

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test

About

License:MIT License


Languages

Language:JavaScript 69.9%Language:CSS 26.7%Language:HTML 3.4%