Giter Site home page Giter Site logo

typescriptweather's Introduction

Typescript Webpack

ECMAScript 6 project with Webpack and Typescript support for bundling and compiling to backward compatibility

Header

Requirements

Introduction

  • Webpack -> Webpack is a bundler for modules. Main purpose is to bundle JavaScript modules in a browser.

Goal

The Goal of this application is to bundle all the files in development process to a single file called bundle.js which will be deployed as a single file with retrocompatibility.

Webpack Flowchart

Setup

  1. Download node and run the following command.
npm install
  1. Start modifying the html, css and javascript files located in src folder.

  2. To start livewatch just run the following command.

npm run start:dev
  1. To deploy a new version just run npm run build-prod

Deployment

There are two build configurations, you can learn more here

To livewatch a dev environment run:

npm run start:dev

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

Networking

The weather information is requested by the open weather map API. It uses a free api token uploaded to be ready to use, feel free to create a new one for personal use.

Credits

The layout is based in this project created by Colin Espinas.

typescriptweather's People

Contributors

lucferbux avatar jotazuniga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.