mirror of
https://github.com/bendtherules/smallcase-portfolio-builder.git
synced 2026-08-18 13:52:19 +00:00
30 lines
439 B
Markdown
30 lines
439 B
Markdown
# Smallcase portfolio Builder
|
|
|
|
Hosted at https://portfolio-builder.netlify.com/
|
|
|
|

|
|
|
|
## Dev setup
|
|
|
|
### To set up the environment dependencies
|
|
|
|
```
|
|
$ npm install
|
|
```
|
|
|
|
### To run the react app (frontend)
|
|
|
|
```
|
|
$ npm run start
|
|
```
|
|
Client app is served on port `3000`
|
|
|
|
## Deployment steps
|
|
|
|
### To run the react app (frontend)
|
|
|
|
```
|
|
$ npm run build
|
|
```
|
|
Serve the `build` folder using any static server.
|