.. | ||
src | ||
static | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
package-lock.json | ||
package.json | ||
README.md | ||
svelte.config.js | ||
vite.config.js |
Etheryo Blog Frontend
Powered by the Svelte Framework
Developing
Just run this command after installing npm.
npm install
npm run dev
Building/Running Production
To create production and running it.
npm install
npm run build
node build