Skip to content

JoaquinBattilana/react-bootstrap

 
 

Repository files navigation

wolox-react-bootstrap

This script aims to automate the process of initializing a React App using the Wolox standards.

Prerequisites

How to use

To run from server:

You don't need to clone this repository. Just follow these steps:

Run the installation script using the following command:

bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/development/run.sh)

Optional parameters:

  • -v or --verbose: Display more information as the bootstrap is running
  • -l or --local: Run a local version of the bootstrap

Run locally

To setup a local version of the bootstrap, you may clone it and do the following:

cd ./react-bootstrap
npm link

After that, every time you want to run it you may execute the run script: with the local flag

# Make sure you are in the parent folder of the bootstrap
./react-bootstrap/run.sh -l

Notes

This script will configure your system to install global npm packages without having to use sudo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.1%
  • CSS 7.2%
  • Shell 7.1%
  • HTML 6.3%
  • Other 0.3%