marcogazzola / npm-react-app-boilerplate

The boilerplate to build React application with live-editing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Npm-react-app-boilerplate

The boilerplate to build React application with live-editing.

Usage

Clone repository and run

npm install
npm start
open http://localhost:3000

You have to change default values in package.json to build your own application.

Babel

This module use babel to compile source code, allowing you to use es6 syntax. Source code is automatically compiled in lib folder before publish, as you can see in package.json.

Linting

This boilerplate project includes also React-friendly ESLint configuration.

npm run lint

Author

Marco Gazzola

Reference

Matteo Basso

Copyright and License

Copyright (c) 2016, Marco Gazzola.

Npm-react-boilerplate source code is licensed under the MIT License.

About

The boilerplate to build React application with live-editing

License:MIT License


Languages

Language:JavaScript 91.0%Language:HTML 9.0%