sablair / react-starter

Set up for code for React project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter

Quick way to start coding a React project using NodeJS

Getting started

Prerequisites

  • Node version 5.10+
  • npm 3.8.3+

Installation

$ npm install

Additional instructions

Webpack is used for transpilation, as such, running the command webpack at the command prompt should be sufficient, ie:

$ webpack

In the event that an error such as 'command not found appears', try this command to install the component globally:

$ npm install -g webpack webpack-dev-server

About

Set up for code for React project


Languages

Language:JavaScript 100.0%Language:HTML 0.0%