Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 398 Bytes

###OneRoad.Net

This repo is built with webpack, es6, react and alt

####To install:

npm install; bower install

####To run the dev environment:

npm run dev

Then navigate in your browser to localhost:3001/app/

####To run the prod environment

Use the files located in the dist directory. Or build your own by running the dev install commands above and then npm run build.