react-starter

0.1.1 • Public • Published

React Starter

React Coffee/JSX server rendering

Features:

  • CoffeeScript
  • React JSX support
  • Server rendering markup
  • Node Express framework
  • Mocha tests

Install dependencies

npm install

Run development mode

npm start

Build for production

npm run build

Run Mocha tests

npm test

App structure

ReactStarter/
 ├── static/                   # Static files.
 ├── test/                     # Mocha tests.
 └── src                       # Components.
    ├── Home.coffee            # JSX component in CoffeeScript
 ├── client.coffee             # Client full page render. (router)
 ├── package.json              # Dependencies and run scripts.
 ├── LICENSE                   # Apache 2 License.
 ├── server.coffee             # Start web server with npm start or coffee server.coffee
 ├── webstorm.coffee           # WebStorm start script (optional).

TODO

  • routing

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    6
  • 0.1.0
    1

Package Sidebar

Install

npm i react-starter

Weekly Downloads

7

Version

0.1.1

License

Apache 2

Last publish

Collaborators

  • svagis