UNPKG

576 BMarkdownView Raw
1project_name
2========================
3
4Author: userName
5
6(c) currentYear All Rights Reserved
7
8This project is created using Composi. You can learn more about Composi and how to use it at its [website](https://github.com/composi/composi/docs/index.md).
9
10Getting Up and Running
11----------------------
12
13In order to build this project you need to install its dependencies. Use the terminal to `cd` to this folder. Then run:
14
15```sh
16npm i
17```
18
19After NPM finishes installing, you can build and run it:
20
21```sh
22npm start
23```
24
25This will open your built project in your default browser.