Recently the react ecoysystem seems to turn into a complex jungle.
If you're not a full stack developer this makes it complicated to begin with react.
These boilerplates are structured and reduced as possible. 🎉
Keep the web accessible!
Each Plate has its own branch, they all share the same script scheme:
npm run clean
npm run develop
npm run build
npm run start
Handle the view (essential). Write modern (beautiful). Pack smart (handy).
git clone https://github.com/cheesyeyes/react-junglebook.git -b 0 && npm install && npm start
🍎 1. Apple
Handle the view (essential). Write modern (beautiful). Pack smart (handy). Serve directly (skillful).
git clone https://github.com/cheesyeyes/react-junglebook.git -b 1 . && npm install && npm start
🍈 2. Melon
Handle the view (essential). Write modern (beautiful). Pack smart (handy). Serve directly (skillful). Develop live (smart).
git clone https://github.com/cheesyeyes/react-junglebook.git -b 2 . && npm install && npm start
Handle the view (essential). Write modern (beautiful). Pack smart (handy). Serve directly (skillful). Develop live (smart). Structure By Routes (fast). Split Code (faster).
git clone https://github.com/cheesyeyes/react-junglebook.git -b 3 . && npm install && npm start
🍋 4. Lemon
Handle the view (essential). Write modern (beautiful). Pack smart (handy). Serve directly (skillful). Develop live (smart). Structure By Routes (fast). Split Code (faster). Render On The Server (rapid).
git clone https://github.com/cheesyeyes/react-junglebook.git -b 4 . && npm install && npm start