Solitude

Logo

Project Download And Run

git clone https://github.com/Astro-gram/solitude-mock-site.git

Run locally with Vue.js

npm run serve

Run the built version from the ./build directory

//Example in Express.js

app.get("/", (req, res) => {
	res.sendFile("./build/index.html");
});

GitHub

View Github