An open API service indexing awesome lists of open source software.

https://github.com/joshmerlino/codeprint-clone


https://github.com/joshmerlino/codeprint-clone

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# tsx-app
### Checks
* [![Code Style Analysis](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-style-analysis.yml/badge.svg)](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-style-analysis.yml)
* [![Code Quality Analysis](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-quality-analysis.yml/badge.svg)](https://github.com/JoshMerlino/tsx-app/actions/workflows/code-quality-analysis.yml)
* [![public_html](https://github.com/JoshMerlino/tsx-app/actions/workflows/public-html.yml/badge.svg)](https://github.com/JoshMerlino/tsx-app/actions/workflows/public-html.yml)
* [![Test CI](https://github.com/JoshMerlino/tsx-app/actions/workflows/test-ci.yml/badge.svg)](https://github.com/JoshMerlino/tsx-app/actions/workflows/test-ci.yml)

### Software
* ubuntu-20.04.1lts
* git-2.25.1
* node-14.16.0
* npm-6.14.11

## Getting Started
```bash
# Clone the repo
git clone https://github.com/JoshMerlino/tsx-app -b master --single-branch -o upstream my-server
```

Move into your new working directory.

```bash
# Install node build tools
sudo apt-get install build-essential -y

# Install node modules
npm install
```