- Webpack 5.96.xx
- Babel 7.26.xx
- React 18.3.xx
- Typescript/Javascript
Use this command to start your project.
yarn install
yarn forkSupport enviroment files
touch .env.development .env.productionif you want to add more .env files please config in config/webpack
process.env.[VARIABLE_NAME]I'd be happy to suggest a starting project structure for you.
src/
|--assets/
|--components/
|--layouts/
|--pages/
|--routes/
|--services/
yarn make-structureThese commands are used to automatically set up and add the necessary components to your project. Have fun!
- Styled-components
if you need to use styled components please use this command!
yarn setup styled-components - tailwindcss\ --> Version >= 4.0.x automatic script to add tailwindcss!
yarn setup tailwindcss