Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
sudo su lautreterreliberee
cd /var/www/lautreterreliberee
git pull
npm run build
pm2 restart lautreterreliberee
Reset PM2
pm2 start --name lautreterreliberee ./build/index.js
## Restart server
```shell
pm2 list
# get id of app
pm2 restart [id]
HTML markup can be used in data.js :
- Use
’
for quotes - Use
<i>my italic text</i>
for italic - Use
<strong>my bold text</strong>
for bold - Use
<a href="insert full url" target="_blank">insert link text</a>
for links