Skip to content

u4bi-store/fast-cra-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-cra-starter

Usage

$ npm install

$ npm start

$ npm run test

Directory & File Structure

fast-cra-starter/
├── src/
│   ├── __tests__/
│   │   ├── api.test.js 
│   │   └── app.container.test.js 
│   │
│   ├── components/
│   │   ├── Card.js
│   │   └── Card.scss
│   │
│   ├── pages/
│   │   ├── Main.test.js
│   │   ├── Main.js
│   │   ├── Main.scss
│   │   │
│   │   ├── Sub.js
│   │   └── Sub.scss
│   │
│   ├── providers/
│   │   ├── api/
│   │   │   └── index.js
│   │   │
│   │   └── containers/
│   │   │   ├── AppContainer.js
│   │   │   └── index.js
│   │   │
│   │   └── pipes/
│   │       └── index.js
│   │
│   ├── App.js
│   ├── App.scss
│   │
│   ├── index.js
│   ├── index.scss
│   │
│   └── setupTests.js
│
└── package.json

Requirements

License

MIT