An boilerplate file structure to help you quickly get started with new Fractal projects.
If you haven't already installed the Fractal CLI helper on your machine, do that first:
npm i @frctl/fractal -g
Then:
- Download the zip file of this repository.
- Unzip into a location of your choosing.
- Open the project folder in you command line tool of choice.
- Install the dependencies:
npm install
- Run some commands!
See the Fractal documentation for more details and usage information.