marcogazzola / Toolkit

Beta Version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolkit

ReactJs starter kit.

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

Copyright and License

Copyright (c) 2016, Marco Gazzola.

Toolkit source code is licensed under the MIT License.

About

Beta Version

License:MIT License


Languages

Language:JavaScript 71.4%Language:CSS 26.1%Language:HTML 2.6%