I always found it tedious setting up my development environment from scratch so I created this template meant to help improve productivity and motivation towards building new projects.
- Redux (in progress)
- CSS/SCSS
- WebPack
- Create a project directory
- cd "your project"
- install the template with npx create-react-crib
- npm install
- Start coding! 😊
- Open a console in the folder you want to create your project.
- npx @freyct/create-react-crib
- install the template with npx create-react-crib
- npm install
- Start coding! 😊
- npm run start
- npm run build
- npm run dev