Giter VIP home page Giter VIP logo

pweb2's Introduction

#Web 3.0 Architecture Client

Table of Contents

Getting Started First time? Start here.

Quick Notes

Update all packages:

npm install

Build this project:

npm run build

Continuously build (hot module loading):

npm start

Run tests:

npm test

The target build directories for this source are:

..\..\docroot\public\js
..\..\docroot\public\css

Getting Started

You need to have node.js installed. If you have not installed node.js recently, you should install it/update it.

Not sure? Check it from the DOS prompt (from any directory):

node --version

As of this writing (Aug 2016), 4.4.7 is current. Anything 4.3+ is probably good enough at this time.

Then, check your npm version (npm = node package manager):

npm --version

The version of npm installed by node.js sometimes gets behind. As of this writing make sure your npm version is at least (3.6). Update it globally with the "-g" flag:

npm update npm -g

With node.js and npm current, install the packages listed in package.json. From the DOS prompt, change directories to the current project directory and run:

npm install

This will install babel, react, redux, mocha, etc, into your local node-modules directory.

pweb2's People

Contributors

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