Skip to content

johnmpotter/react-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published