/react-app-template

A starter template for building a React.js App

Primary LanguageJavaScript

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)