Giter Site home page Giter Site logo

azaeres / coffee-react-quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rseymour/coffee-react-quickstart

0.0 3.0 0.0 861 KB

Quickstart for building React single page apps

Home Page: http://kyleamathews.github.io/coffee-react-quickstart

License: MIT License

Ruby 4.30% Makefile 0.43% CoffeeScript 42.30% HTML 22.10% Shell 1.17% JavaScript 2.72% CSS 26.98%

coffee-react-quickstart's Introduction

Coffee React Quickstart

Quickstart for creating React.js web applications.

It has a number of nice goodies baked in including:

  • Live reloading for both CSS and Javascript! This really speeds up development. Live reloading is powered by the Webpack module bundler and react-hot-loader projects.
  • Write your JSX in Coffeescript thanks to coffee-react-transform.
  • Amazing URL-driven-development (UDD) with the react-router project.
  • Uses Gulp for building CSS and Javascript. Run cult watch for rebuilding css/js on the fly while developing and cult build to create minified versions for deploying to production.
  • Includes sensible element stylings and several useful Sass plugins:

Install dependencies

Clone this repo and then after entering the new directory run npm install and bundle install. This will install the respective NPM and Ruby Gem dependencies.

You'll also need to have cult/gulp installed globally to run the coffeescript gulpfile: npm install -g gulp cult

Development

Run in the root of your directory: cult watch

This will watch the src directories and build on changes and placed the built css and js files in the public directory. It'll serve everything in the /public directory at localhost:8080

Then try editing src/scripts/hello_world.cjsx and see your changes magically show up in your browser with no page reload!

Production build

To build for production, simply run gulp build

Docker container for production

To install docker, follow the instructions at the Docker Documentation

To build a docker container for production, start by running docker build -t azaeres/coffee-react-quickstart . from within this project directory. This will build a docker image from the Dockerfile here.

Get the docker image id by listing the docker images with docker images. Then, run the docker container from that image with docker run -i -t -p 8080:8080 [imageId], replacing [imageId with the correct value you got from the previous command. It would look something like 49070e540b5a. This will build for production and start the webserver on port 8080. Your shell session will be attached to the docker instance so you can see its build output.

Get the IP address of the VM by running boot2docker ip. Normally, this'll be 192.168.59.103.

When the production build has Finished 'watch', direct your browser to http://[ipAddress]:8080/ to see the site, replacing [ipAddress] with the value you got from the previous command.

Demo

Try out the example app included with this quickstart: http://kyleamathews.github.io/coffee-react-quickstart/

coffee-react-quickstart's People

Contributors

alanhogan avatar azaeres avatar kyleamathews avatar rseymour avatar

Watchers

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