live: https://directories.herokuapp.com/ (first run may take a long time, heroku likes to freeze processes from time to time when you use the free rate)
- Clone the project
https://github.com/whitershade/folders.git
- Install dependencies with
npm install
- To run project in development environment use
npm run develop
- To run project in production environment use
npm run build