seasoned-evaluator
v0.0.11
Published
Simple UI component to add and read reviews.
Downloads
11
Keywords
Readme
Evaluator
Setup
Dependencies
- Node v11.1.0
- yarn
Clone this repository
And replace $$your-project-name$$
with your new package's name.
$ git clone [email protected]:SeasonedSoftware/seasoned-evaluator.git $$your-project-name$$
$ cd $$your-project-name$$/
Install dependencies and run the scaffold
$ yarn
Set up some configs
Run the following command and follow the instructions on terminal:
$ yarn scaffold
Run the server
$ yarn start
Setup the example app
Open another terminal tab from the same root folder and run:
$ cd example/
$ yarn
$ yarn start