8000 GitHub - paching12/webpack-automation: This a little script for configure your basic Webpack enviroment for React.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

paching12/webpack-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

HOW THE SCRIPT WORKS?

The script (installReactDependencies) receives a parameter what is a folder name, this avoid some errors when the command is running.

First, we have to intall the bash script, and we have to clone the current repository, I suggest you intall in home:

  • cd ~
  • git clone repository
  • nano ~/.bash_profile ( in my case this is my main profile, maybe .bashrc, .zshrc, .kshrc ... )
  • Append to end of file source ~/.react
  • You have to typing this command source ~/.bash_profile
  • Finally run the command as the below example
    Example :
installReactDependencies myCurrentFolder

About

This a little script for configure your basic Webpack enviroment for React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0