Skip to content

florianmaxim/react-junglebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

The React Junglebook 🙈 🌴

(The Absolute Most Simple Boilerplates For The Expanding React Jungle)

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!

🍽 Plates:

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).

babel react webpack

git clone https://github.com/cheesyeyes/react-junglebook.git -b 0 && npm install && npm start

Handle the view (essential). Write modern (beautiful). Pack smart (handy). Serve directly (skillful).

babel react webpack serve

git clone https://github.com/cheesyeyes/react-junglebook.git -b 1 . && npm install && npm start

Handle the view (essential). Write modern (beautiful). Pack smart (handy). Serve directly (skillful). Develop live (smart).

babel react webpack serve

git clone https://github.com/cheesyeyes/react-junglebook.git -b 2 . && npm install && npm start

online online

Handle the view (essential). Write modern (beautiful). Pack smart (handy). Serve directly (skillful). Develop live (smart). Structure By Routes (fast). Split Code (faster).

babel react webpack serve serve

git clone https://github.com/cheesyeyes/react-junglebook.git -b 3 . && npm install && npm start

online online online online

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).

babel react webpack serve serve

git clone https://github.com/cheesyeyes/react-junglebook.git -b 4 . && npm install && npm start

online online online online online