Front-end starter kit:
- Webpack as module bundler
- Typescript
- Material-UI
- MultiLang Support With I18next
- Styled Component Support
- BrowserSync
- SpriteSvg Module NPM Task
- Redux As StateManager
- SCP Module To Move Your Build
- GoogleApi As TsLint
- Custom RegEx for Filenames as Linter Rule
- Jest As Test Module
- Husky For PreCommits Rules
Minimum node version: 14
After Clone This Repo You Can Start it By Running yarn start
after that you have access to the UI application on http:localhost:4001/
You Can Have Your Env Variable By Using the environments
folder and put your own dev
and prod
environments in different files. to read more about this type of environments variable structure you can read This.
In This Starter We Put A simple Cli That You Change the template from cli
folder. if you want to create component by this cli you just need to run yarn run component component-name
and you will see the magic
Run yarn run build
to build the project. The build artifacts will be stored in the build/
directory.
Run yarn run jest-test
to execute the unit tests via Jest.
and also Run yarn run jest-test:watch
and check you test on development mode.
Run yarn run lint
to check the linter rules via esLint.