/Cliparo

Save all your web links in one place (MERN Stack)

Primary LanguageCSS


Front-end Monorepo Template

A typescript monorepo template for Front-End projects

Installation

# Clone this repository
$ git clone https://github.com/mlacosta/cliparo-template

# Go into the repository
$ cd cliparo-template

# Install dependencies
$ yarn install

How to use

# Run a package script
$ yarn workspace @<your-project-name>/<package-name> <your-command>

# Run storybook
$ yarn storybook:run

Packages

This repo uses the following open source packages:

How to contribute

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/newFeature)
  3. Commit your Changes (git commit -m 'Add some newFeature')
  4. Push to the Branch (git push origin feature/newFeature)
  5. Open a Pull Request