> create-react-app
> One Dependency: There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them.
> No Configuration Required: You don't need to configure anything. Reasonably good configuration of both development and production builds is handled for you so you can focus on writing code.
```
# npm -g install create-react-app
$ create-react-app frontend
Success! Created frontend-analytics at /home/user/frontend
We suggest that you begin by typing:
cd frontend
npm start
$ cd frontend
$ npm start
(node:19917) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: "listener" argument must be a function
(node:19917) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
$
```
Пиздато.