AlexGaiser / fast-react

A CLI tool to quickly spin up a lightweight and fully customizable react project
MIT License
0 stars 0 forks source link

Set up project File structure and folders #12

Open AlexGaiser opened 3 years ago

AlexGaiser commented 3 years ago

To clarify this is referring to the file structure and folders of the fast-react CLI project itself, not the templates we will use to generate react project.

AlexGaiser commented 3 years ago

File structure so far is as follows:

Root:
|─templates
|─src
  ├─__tests__
  ├─cli.ts (entry point)
  ├─services etc
|─dist (directory for compiled output)
AlexGaiser commented 3 years ago
Root:
|─templates
|─src
  ├─__tests__
  ├─cli.ts (entry point)
  ├─services etc
|─dist (directory for compiled output)

Only cli.ts and configuration files should exist at the top level of the src directory