Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 575 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 575 Bytes

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)