enterprise-react-2020
enterprise-react-2020 copied to clipboard
Demo App for Enterprise React 2020 tech stack
Enterprise React in 2020
This is the React stack you need to build a scalable reliable and nice looking SPA you will be proud of in 2020. Read more about this example in my article on medium.
You can see this app in action on github pages here.
Motivation
React ecosystem is changing rapidly as well as the whole frontend development area. I have presented a similar stack last year but due to lots of changes I have created the new updated one. If you want to know what has changed since last year, read the medium article.
Installation and Usage
- install yarn.
- in local project directory run
yarnto load modules. - run
yarn startto start the app. - run
yarn run buildto build a production app.