Code Monkey home page Code Monkey logo

react-skeleton's Introduction

React Skeleton

Minimal and simple React-based skeleton with the following features:

  • Babel for transpiling the React code.
  • ESLint for static code analysis.
  • Code compilation and bundling using WebPack.
  • Testing in browser with code coverage, and testing during build.

Running Application

  • npm start
  • Go to http://localhost:9001

Testing

  • Tests should be stored in the test directory.
  • When writing and debugging tests, the browser option should be used, the CLI version should only be used when running in CI.
  • To run tests in the browser, assuming that the app is running as described in the previous section, go to http://localhost:9001/test/
  • Coverage can be accessed by clicking line coverage at the top right of the page.

Building

  • npm run build will run the build standalone.
  • npm run test will run the build with test cases afterwards.
  • Output of build is in the target directory. Coverage files and other build artifacts can all be found in here.
  • App files to be served in production can be found in target/dist.

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.