Coder Social home page Coder Social logo

reactjsexample's Introduction

SmartAdmin on ReactJS!

development

To run the code in your development environment:

  1. Clone this repo
  2. Run npm install
  3. Run bower install

Now with all dependencies installed

  1. Start the development server for seed project with npm run dev
  2. Point your browser to http://localhost:14602

resources


bundled with Webpack

webpack is a module bundler. This means webpack takes modules with dependencies and emits static assets representing those modules.

smartadmin is shipping with two webpack.config.js files:

  • one for development (npm run dev)
  • one for production ready build (npm run build)

common stuff is separated in webpack/base.config.js

some of smartadmin-webpack features

  • code chunking (vendor.chunk with react, jquery etc., ui.chunk with plugins, and so on)
  • babel transpiling (you can use es6 syntax for development, and babel transpiles it to es5 javascript which all browsers are familiar with)
  • in dev mode:
    1. hot module replace
    2. fast project rebuild
  • for production:
    1. obfuscation,
    2. minification

reactjsexample's People

Contributors

brianpage90 avatar

Watchers

 avatar

Forkers

rotawebmail

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.