Customize Create React App Structure with Bash

added by JavaScript Kicks
10/16/2018 2:20:41 PM

913 Views

Create React App (CRA) is great. Recently updated to version 2, it now supports Sass out of the box and a bunch of other cool stuff. But what if you want to customize the file structure it gives you? One way would be to manually modify the files.


0 comments