Giter Club home page Giter Club logo

reactstarter's Introduction

ReactStarter is a simple starter kit for those wanting to play around with React without having to go through the process of installing it's dependencies and configuring the required build tools.

Webpack is the chosen tool for building and serving this app - it seems to be the most popular within the React community. It has been configured to use Babel to transpile your ES6 and JSX for the browser. It also uses React Hot Loader so that you can make changes to your React components and watch them update automatically in the browser without losing your app state.

Getting setup

Clone this repository into a directory on your machine.

$ git clone https://github.com/SevenInitiative/ReactStarter.git

Navigate into the new directory.

$ cd ReactStarter

Install all required dev tools and dependencies with the node package manager.

$ npm install

Build the project by running webpack (or the npm build script).

$ npm run build

Serve the project using webpack-dev-server using the start script defined in package.json.

$ npm start

You should now be able to access your project at http://localhost:8080.

Start hacking!

reactstarter's People

Contributors

edwardmowle avatar

Watchers

Adam Misrahi 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.