The example in this repository was created using the FireLoop CLI tool. So you will need to install it before cloning this repo.
$ npm install -g @mean-expert/[email protected]
$ git clone [email protected]:mean-expert-official/fireloop-todo-example.git
$ cd fireloop-todo-example/fireloop && npm run setup
$ yarn global add @mean-expert/[email protected]
$ git clone [email protected]:mean-expert-official/fireloop-todo-example.git
$ cd fireloop-todo-example/fireloop && yarn ysetup
Use the space key to select both; Server and Client applications to be served.
$ cd fireloop-todo-example
$ fireloop serve
_-----_
| | ╭──────────────────────────╮
|--(o)--| │ Let's serve an │
`---------´ │ application! │
( _´U`_ ) ╰──────────────────────────╯
/___A___\ /
| ~ |
__'.___.'__
´ ` |° ´ Y `
? What application do you want to serve? (Press <space> to select, <a> to toggle all, <i> to inverse selection)
❯◯ webapp
◯ server
Open your browser in 127.0.0.1:4200 and you should see the following result:
Click here if gif does't load -sigh- [Shame on you @GitHub]
to import this project in Idea you need to do it before the first npm install
.