React BoilerPlate

Demo: https://ngochuynh1991.gitlab.io/huynhdn-react-boilerplate

Added now for deploy

Installing

NodeJS and NPM is required

  1. Clone this repo git clone https://github.com/ptit9x/pure-react-boilderplate.git.
  2. Run npm install to get all the Node Packages.
  3. Run npm start for development mode.
  4. New browser window should open automatically.

Linting

npm run lint

Building

npm run build

Demo:

Built With

  • Webpack 4 - A module bundler.
  • Babel - A JavaScript compiler.
  • Eslint - The pluggable linting utility for JavaScript and JSX.

Style using SASS / CSS

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

Author

HuynhDN.