Template includes parcel, react, effector, tailwind and etc
perpetum-template
Template includes parcel, react, effector, tailwind and etc
Getting started
Prerequisite
- node >= ^12.x.x (^16.x.x recommended)
- npm latest
- yarn latest
Install && run
cd <you-folder>
yarn install
yarn start
Testing
yarn lint
yarn test
Clean and build
yarn clean && yarn build
Project files structure
.
├── images
│
├── public
│ └── index.html
│
├── src
│ ├── components
│ │ └── app
│ │
│ ├── features
│ │ └── clock (for example can be removed)
│ │ ├── components
│ │ │ └── __tests__
│ │ └── model
│ │ └── __tests__
│ │
│ ├── lib (helpers)
│ │ └── testing-helpers.ts
│ │
│ ├── models
│ ├── index.css
│ └── index.tsx
│
├── static (files for using without import in .ts|.tsx)
│ └── images
│
├── README.md
├── jest.config.js
├── package.json
├── package-lock.json
├── tailwind.config.js
├── tsconfig.json
└── yarn.lock