Git Product home page Git Product logo

reactboilerplate's Introduction

React Boilerplate

This is a dev environment that allows you to develop react apps in a fresh and modern way.

Clone the repository and run npm install in the command line to get set up. (If you're using VS Code, Ctrl + ~ will open terminal for you.)

Run the following:

npm update

npm install

Commands

npm run start - starts the dev server, including watch, and sets up hot-loading for auto-refreshing your changes as you save. Just follow the link in the console to load the current App.

npm run build - outputs bundled build files that would be used in production. (individual js/css/maps) Configuration is found in webpack/prod.config.js

npm run test - starts up jest testing environment and watch.

npm run analyze - opens a page with bundle analysis, showing everying in the production bundle as squares relative to size.

npm run json - starts a json server that can be used for quickly scaffolding data types and mocking services for components. Automatically generates records with "faker."

Codebase

This boilerplate comes with a number of tools you can use to quickly author react components. There are a number of components already here to get you started, but here's a breakdown of where things are:

  • __mocks__
  • dist
  • docs
  • src
    • components
    • data
    • lib
    • scenes
  • webpack

Resources

reactboilerplate's People

Contributors

dfederspiel avatar robertmccoy avatar

Watchers

Benjamin Bakle 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.