Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/purefuncinc/purefunc-net

$_purefunc Website
https://github.com/purefuncinc/purefunc-net

website

Last synced: 9 days ago
JSON representation

$_purefunc Website

Awesome Lists containing this project

README

        

# Official website repository of $_purefunc
![](https://github.com/PureFuncInc/purefunc-net/actions/workflows/on-schedule.yml/badge.svg) ![](https://github.com/PureFuncInc/purefunc-net/actions/workflows/on-issue-unlabeled.yml/badge.svg)

![](images/banner.webp)

## Commands for setting up the project
```bash
npx create-react-app purefunc-net --template typescript
```
```bash
npm install tailwindcss-animated react-icons react-d3-cloud react-markdown react-router-dom @tailwindcss/typography
```
```bash
npm install --save-dev @babel/plugin-proposal-private-property-in-object
```
```bash
npm install --save-dev tailwindcss autoprefixer eslint-plugin-react eslint-plugin-tailwindcss
```
```bash
npm install --save-dev --save-exact prettier prettier-plugin-tailwindcss
```
```bash
npx tailwindcss init
```