Files
smallcase-portfolio-builder/README.md
T
2018-04-11 21:30:43 +05:30

29 lines
459 B
Markdown

# Smallcase portfolio Builder
Hosted at https://portfolio-builder.netlify.com/
![Portfolio Builder Screenshot](./screen.png)
## Dev setup
### To set up the environment dependencies ( node version 5++ )
```
$ 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.