Skip to content

fourcolver/React-with-webpack

Repository files navigation

Setup

Install dependencies

yarn

Then:

This will serve with port at localhost:5001

yarn start

The app will now be running on http://localhost:5001

This will build the /dist

yarn run build

Features

Instant feedback
Tailoring best developer eXperience and code your app - Your saved changes to the CSS and JS are reflected instantaneously without refreshing the page.
Predictable state management
Unidirectional data flow allows for change logging and time travel debugging.
Next generation JavaScript
Use template strings, object destructuring, arrow functions, JSX syntax..
Next generation CSS
Write composable CSS that's co-located with your components for complete modularity. Unique generated class names keep the specificity low while eliminating style clashes. Ship only the styles that are on the page for the best performance.
Static code analysis
Focus on writing new features without worrying about formatting or code quality. With the right editor setup, your code will automatically be formatted and linted as you work.

Configurations

  • Ports To configure port the ui is running on, modify webpack.config.js
    port=5001
    

About

React with webpack

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors