Giter VIP home page Giter VIP logo

demo-for-react-presentation's Introduction

Front-end demo

Getting started

  • Make sure you have fulfilled the prerequisites.
  • Run yarn install to set up Git hooks and install all JavaScript dependencies.

Development workflow

  • While developing, you can run a local server using yarn start. This will start a server on http://localhost:9090.
  • To create a static HTML5 app build, run yarn build. The app will be built into the dist/ directory.
  • To run all unit tests once, run yarn test:unit.
  • To run all unit tests continuously, run yarn test:watch.
  • To run integration tests, run yarn test:e2e.
  • To run all tests, run yarn test.
  • To see how the dependencies affect bundle sizes, run yarn analyze-bundle.

Linting

Code is linted with ESLint, TSLint, and stylelint. Running yarn install will install a Git commit hook that will lint your code before each commit. You can run both linters manually using yarn lint.

Prerequisites

General

  • Node.js >= 11 + Yarn, for the build system
  • Chrome v59.x or higher to run the tests headless
  • Java 8 (or higher) to run the end-to-end tests (it powers the selenium server)

demo-for-react-presentation's People

Contributors

dependabot[bot] avatar ljpengelen avatar

Watchers

 avatar  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.