first commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# Antrean Operasi
|
||||
|
||||
# <a href="#">Live Demo </a>
|
||||
|
||||
|
||||
## Use the Template
|
||||
|
||||
### Clone to local
|
||||
|
||||
```bash
|
||||
|
||||
$> 💿 Install dependencies with `npm install` or `yarn install`
|
||||
$>
|
||||
$> 🚀 Start development server with `npm run dev` or `yarn dev`
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
||||
### Installation
|
||||
|
||||
Make sure to install the dependencies
|
||||
|
||||
```bash
|
||||
yarn install
|
||||
```
|
||||
|
||||
### Development
|
||||
Start the development server on http://localhost:3088
|
||||
|
||||
```bash
|
||||
yarn dev
|
||||
```
|
||||
|
||||
### Production
|
||||
|
||||
Build the application for production:
|
||||
|
||||
```bash
|
||||
yarn build
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user