Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mu-enigma/webdev_new


https://github.com/mu-enigma/webdev_new

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

### :gear: Installation

#### Step 1:

At the main folder execute the following command in console to get the required dependencies:

```bash
npm install
```

#### Step 2:

At the main folder execute the following command in console to creates a build directory with a production build of 3d portfolio:

```bash
npm run build
```

#### Step 3:

At the main folder execute the following command in console to run the server:

```bash
npm run start
```

### :running: Run Locally

#### Step 1:

At the main folder execute the following command in console to get the required dependencies:

```bash
npm install
```

#### Step 2:

At the main folder execute the following command in console to run the development server:

```bash
npm start
```