Ramda - Start from scratch
Ramda - Start from scratch
Go to Node website
Go to Yarn website
A very cool dependency management
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
A command-line http server
$ yarn global add http-server
then
$ cd my-project\dist
http-server
a) for dev build: localhost:8000
b) for prod build: localhost:8080
This is just a simple example with Ramda.