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

https://github.com/nelsonwenner/reactjs-portfolio-dev

:performing_arts: A dev portfolio web page
https://github.com/nelsonwenner/reactjs-portfolio-dev

css flexbox hooks html javascript nodejs portfolio react-components reactjs system-grid

Last synced: 2 months ago
JSON representation

:performing_arts: A dev portfolio web page

Awesome Lists containing this project

README

          


ReactJS Portfolio Dev


GitHub language count


Made by @nelsonwenner

License


Stargazers


Technologies   |   
Getting Started   |   
License



## :rocket: Technologies

* [ReactJS](https://reactjs.org/)
* [Node](https://nodejs.org/en/)

## :information_source: Getting Started

1. Fork this repository and clone it on your machine.
2. Change the directory to `reactjs-portfolio-dev` where you cloned it.
3. Create `.env` of the system

```bash
$ cp .env.example .env
```

4. Install dependencies.

```bash
$ npm install
```

5. Run project reactjs-portfolio-dev

```bash
$ npm start
```

6. Open reactjs-portfolio-dev, the host [localhost:8000](http://localhost:8000)

## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE.md) for more information.

---