#### Context 1. Create React App (CRA) is a tool to create single-page React applications that is officially supported by the React team. The script generates the required files and folders to start the React application and run it on the browser. 2. Is there any framework in 'Nim' to create a structure of a web app? something project: create react app? Is there any project similar to create react app for Nim?
#### References * <https://github.com/facebook/create-react-app>
