Check CocoNat StartKit Builder Official Documentation Tutorial on Medium.
This Webpack4 + React16 Templater is created from the point of view to solve developer day-to-day problems with app suits boilerplate creation. It has all what we need to start React app creation with rocket speed without worring about, like:
So, by using this Templater you will save a lot of time and will stay focused only on your own app creation. Have fun :)
lerna
npm package: lerna bootstrap
Clone the repo on your Machine by:
git clone https://github.com/BiosBoy/coconat.git
Inside the root folder install all requeried packages of the CoConat Builder by command:
yarn lerna bootstrap
Start up your project via development, production or test compilation:
yarn start:dev - development mode
yarn start:prod - production mode
yarn start:test - testing mode
Test and validate yout project code with Jest & Enzyme test environment by command:
yarn jest ./*/**.test.*
That's all what you need to start building your own project! Have fun and happy coding! :)
test
, development
, production
. Each of them has own best optimized configuration.prettier
package for beatify pre-commited code.lerna bootstrap
is does not works."yarn add lerna -g
. After that navigate to your working folder and repeat command lerna bootstrap
one more time.