https://github.com/king-prawns/ramda-sfs
Ramda - Start from scratch
https://github.com/king-prawns/ramda-sfs
functional-programming ramda sfs
Last synced: 7 days ago
JSON representation
Ramda - Start from scratch
- Host: GitHub
- URL: https://github.com/king-prawns/ramda-sfs
- Owner: king-prawns
- License: mit
- Created: 2017-08-25T11:22:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T17:49:59.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T15:28:13.924Z (11 months ago)
- Topics: functional-programming, ramda, sfs
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ramda-SFS
Ramda - Start from scratch
## Installation
* Install Node.js
Go to [Node website](https://nodejs.org/en/)
* Install Yarn
(npm should work as well)
Go to [Yarn website](https://yarnpkg.com/en/docs/install#mac-tab)
A very cool dependency management
## Usage
* Clone or Download the project
* Install dependencies
```
$ cd my-project
$ yarn install
```
a) for dev build
```
$ cd my-project
$ yarn run dev
```
b) for prod build
```
$ cd my-project
$ yarn run build
```
Install [http-server](https://github.com/indexzero/http-server)
A command-line http server
```
$ yarn global add http-server
```
then
```
$ cd my-project\dist
http-server
```
* Go to localhost
a) for dev build: [localhost:8000](http://localhost:8000/)
b) for prod build: [localhost:8080](http://localhost:8080/)
## Features
* [Ramda](https://github.com/ramda/ramda)
## Conclusion
This is just a simple example with Ramda.