johnmpotter / react-app-template

A starter template for building a React.js App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React App Template

Getting Started

note: You must have node.js and npm installed before continuing

Install npm packages (packages.json)

npm install

Start server (also performs gulp tasks)

npm start

Server: localhost:3333

The stack

React: frontend library Koa: server framework

Development tools

Gulp: task runner Nodemon: Restarts server if relevant files are changed Browserify: Compiles assets on the server Watchify: Recompiles assests when a relevant file is changed Babelify: Javascript compiler (Allows you to write in ES6 and JSX)

About

A starter template for building a React.js App


Languages

Language:JavaScript 100.0%Language:HTML 0.0%Language:CSS 0.0%