# cocoa-web **Repository Path**: surbowl/cocoa-web ## Basic Information - **Project Name**: cocoa-web - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2022-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cocoa-web My personal website, based on [aspnetcore-vue-typescript-template](https://github.com/danijelh/aspnetcore-vue-typescript-template) + [bulma](https://bulma.io). 👉 [Demo](https://surbowl.online)
## Features - .NET 6.0 - Vue 2.6 - TypeScript - Bulma - Scss - Webpack - Docker ## Build & Run locally #### Prerequisites - [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet-core) - [Node.js](https://nodejs.org) #### Step 1: Install front-end packages npm install #### Step 2: Build & Run app 🚀 dotnet run ## Or build Docker Image docker build -t cocoa-web:6.0 . See [Dockerfile](https://github.com/Surbowl/cocoa-web/blob/master/src/Dockerfile) for more info. ## Npm available commands - `npm run dev` - Builds front end in development mode and watches for any changes made to the files. - `npm run build:dev` - Builds front end in development mode. - `npm run build:prod` - Builds front end in production mode. ## Licence [](/LICENSE) Copyright (c) 2020-Present [碗碗](https://github.com/Surbowl)