npm install yej- Generate a boilerplate.
``bash`
$ yej init
- Install the dependencies.
`bash`
$ cd yej-demo-master(init下来的react项目)
$ yej install
- Start a local dev server.
`bash`
$ yej server
> It will listen to the port 8080
- Build project.
`bash``
$ yej build