C-Powers / reactSkeleton

A skeleton of a react project that can be easily cloned and worked with. No file setup!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton

React + webpack template.

This app is ready to transpile your JSX React to babel.js!

to get started, inside of the project's main directory:

$ npm install

$ npm install -g nodemon

$ npm install -g webpack

$ npm install -g standard

To compile, run:

$ npm run watch

ES standard linter is configured, webpack is configured, you should be good to go!

License

MIT

About

A skeleton of a react project that can be easily cloned and worked with. No file setup!

License:Other


Languages

Language:JavaScript 80.7%Language:HTML 15.6%Language:CSS 3.7%