Skip to content

marcogazzola/Toolkit

Repository files navigation

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.

Releases

No releases published

Packages

No packages published