Skip to content

guitexa/calc

Repository files navigation

Calculator

This project was created to understand how to use ES6+ and how to work with dependencies to run this new features on browser

Dependencies used in this project

devDependencies:
    @babel/core: ^7.5.5
    @babel/preset-env: ^7.5.5
    babel-loader: ^8.0.6
    eslint: ^5.16.0
    eslint-config-airbnb-base: ^13.2.0
    eslint-config-prettier: ^6.0.0
    eslint-plugin-import: ^2.18.2
    eslint-plugin-prettier: ^3.1.0
    prettier: ^1.18.2
    webpack: ^4.39.1
    webpack-cli: ^3.3.6
    webpack-dev-server: ^3.7.2

Requirements

Install all the dependencies with yarn

$ yarn

Run Depevelopment Mode

$ yarn dev

Run Production Mode

$ yarn build

OPEN

http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published