Skip to content

alkhe/circa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circa

Circa (/ˈsərkə/) is a batteries-included boilerplate for futuristic web development.

It utilizes React and Flux for client-side applications, with Socket.IO for high-speed bidirectional communication. Circa comes with a gulp and webpack build system with production and development configurations, complete with babel (6to5), minification, hot module reloading, graceful error reporting, and isomorphic rendering.

Installing

$ npm install -g circa

Bootstrapping

$ circa
  Application Name myapp
  Directory (myapp)
  Copying...
  Populating...
  Done.

Deploying

Install

npm i

Production

npm run build
PORT=3000 npm start

Development

PORT=3000 npm run dev

About

A superfast and future-proof boilerplate for the Circa stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published