This project is a base that can be used for all reactjs applications.
- ES6
- Webpack
- React DOM
With NPM:
npm install
With Yarn:
yarn install
Follow this steps to personalize your project:
- Open package.json and change the author name and other project variables
- Open webpack.config.js and change the port information under script
- Run in the project folder
yarn install yarn start - Go to the URL: 0.0.0.0:4000
- Start coding! Checkout the SRC folder.
Invalid Host header
Can be solved by modifying the webpack.config.js file. Change under devServer the public to your hostname.