Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mu-enigma/webdev_new
https://github.com/mu-enigma/webdev_new
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mu-enigma/webdev_new
- Owner: MU-Enigma
- License: mit
- Created: 2023-08-25T16:22:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-05T21:12:53.000Z (about 1 year ago)
- Last Synced: 2023-09-05T22:28:36.444Z (about 1 year ago)
- Language: JavaScript
- Size: 68.2 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```