Skip to content

hylkealons/react_quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A base for react applications to get started fast!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published