A command line tool for creating a basic React project.
After moving on from Create-React-App, I am becoming more comfortable with webpack and I just wanted a tool to quickly and easily get up and running. I also love building things so yeah.. that too.
npm install -g wayz
or
yarn global add wayz
In your terminal, just type:
> wayz appName
After that, simply cd into the new project directory, run npm run setup, and once it has finished installing everything, run npm start and go check it out at localhost:8080.
Have Fun!
Cheers, Kaycee Ingram