mauriciojunior / github-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow ReactJS

This workflow includes:

  1. Webpack;
  • Babel;
  • React hot loader;
  • HTML and CSS generated automatically by webpack

Dependencies:

  • NodeJS >= 6;

Up and running

  • Clone this repository: git clone git@github.com:fdaciuk/workflow-reactjs.git;
  • Remove .git directory;
  • Install dependencies: npm i;
  • Run npm start to develop on http://localhost:3000
  • Run npm run build for production build (files will be generated on dist directory)

License

MIT © Fernando Daciuk

About


Languages

Language:JavaScript 56.5%Language:HTML 28.0%Language:CSS 15.6%