19 строки
442 B
Markdown
19 строки
442 B
Markdown
To run this app locally:
|
|
|
|
- clone this repository
|
|
- navigate into the folder of the repository on the command line
|
|
- run `npm install`
|
|
- run `npm run dev`
|
|
|
|
The command line log will give you a url to run the app locally in your browser.
|
|
|
|
## Building
|
|
|
|
To create a production version of your app:
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
The files of the built app will be in the `build` folder. You can preview the production build with `npm run preview`.
|