Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 779 Bytes

File metadata and controls

37 lines (30 loc) · 779 Bytes

Base for reactjs applications

This project is a base that can be used for all reactjs applications.

Specifications

  • ES6
  • Webpack
  • React DOM

Start the project

With NPM:

    npm install

With Yarn:

yarn install

Personalize

Follow this steps to personalize your project:

  1. Open package.json and change the author name and other project variables
  2. Open webpack.config.js and change the port information under script

Get started -- FAST!

  1. Run in the project folder
    yarn install
    yarn start
    
  2. Go to the URL: 0.0.0.0:4000
  3. Start coding! Checkout the SRC folder.

Known issues:

Invalid Host header Can be solved by modifying the webpack.config.js file. Change under devServer the public to your hostname.